@@ -313,13 +313,7 @@ parameters:
313313 path: src/Config.php
314314
315315 -
316- message: '#^Property PhpMyAdmin\\Config\:\:\$settings \(array\{PmaAbsoluteUri\: string, AuthLog\: string, AuthLogSuccess\: bool, PmaNoRelation_DisableWarning\: bool, SuhosinDisableWarning\: bool, LoginCookieValidityDisableWarning\: bool, ReservedWordDisableWarning\: bool, TranslationWarningThreshold\: int, \.\.\.\}\) does not accept array\.$#'
317- identifier: assign.propertyType
318- count: 1
319- path: src/Config.php
320-
321- -
322- message: '#^Property PhpMyAdmin\\Config\:\:\$settings \(array\{PmaAbsoluteUri\: string, AuthLog\: string, AuthLogSuccess\: bool, PmaNoRelation_DisableWarning\: bool, SuhosinDisableWarning\: bool, LoginCookieValidityDisableWarning\: bool, ReservedWordDisableWarning\: bool, TranslationWarningThreshold\: int, \.\.\.\}\) does not accept non\-empty\-array\<string, mixed\>\.$#'
316+ message: '#^Property PhpMyAdmin\\Config\:\:\$settings \(array\{PmaAbsoluteUri\: string, AuthLog\: string, AuthLogSuccess\: bool, PmaNoRelation_DisableWarning\: bool, SuhosinDisableWarning\: bool, LoginCookieValidityDisableWarning\: bool, ReservedWordDisableWarning\: bool, TranslationWarningThreshold\: int, \.\.\.\}\) does not accept array\<mixed\>\.$#'
323317 identifier: assign.propertyType
324318 count: 1
325319 path: src/Config.php
@@ -951,12 +945,6 @@ parameters:
951945 count: 5
952946 path: src/Config/UserPreferencesHandler.php
953947
954- -
955- message: '#^Cannot access offset ''userprefs_mtime'' on mixed\.$#'
956- identifier: offsetAccess.nonOffsetAccessible
957- count: 2
958- path: src/Config/UserPreferencesHandler.php
959-
960948 -
961949 message: '#^Cannot access offset ''userprefs_type'' on mixed\.$#'
962950 identifier: offsetAccess.nonOffsetAccessible
@@ -1011,12 +999,6 @@ parameters:
1011999 count: 1
10121000 path: src/Config/UserPreferencesHandler.php
10131001
1014- -
1015- message: '#^Property PhpMyAdmin\\Config\:\:\$settings \(array\{PmaAbsoluteUri\: string, AuthLog\: string, AuthLogSuccess\: bool, PmaNoRelation_DisableWarning\: bool, SuhosinDisableWarning\: bool, LoginCookieValidityDisableWarning\: bool, ReservedWordDisableWarning\: bool, TranslationWarningThreshold\: int, \.\.\.\}\) does not accept array\<mixed\>\.$#'
1016- identifier: assign.propertyType
1017- count: 1
1018- path: src/Config/UserPreferencesHandler.php
1019-
10201002 -
10211003 message: '#^Property PhpMyAdmin\\Config\\UserPreferencesHandler\:\:\$storageType \(''''\|''db''\|''session''\) does not accept mixed\.$#'
10221004 identifier: assign.propertyType
@@ -13809,15 +13791,6 @@ parameters:
1380913791 count: 1
1381013792 path: tests/test_data/config.inc.php
1381113793
13812- -
13813- message: '''
13814- #^Call to deprecated method getInstance\(\) of class PhpMyAdmin\\Config\:
13815- Use dependency injection instead\.$#
13816- '''
13817- identifier: staticMethod.deprecated
13818- count: 1
13819- path: tests/unit/AbstractTestCase.php
13820-
1382113794 -
1382213795 message: '''
1382313796 #^Call to deprecated method getInstance\(\) of class PhpMyAdmin\\Dbal\\DatabaseInterface\:
@@ -14301,15 +14274,6 @@ parameters:
1430114274 count: 5
1430214275 path: tests/unit/ConfigStorage/RelationTest.php
1430314276
14304- -
14305- message: '''
14306- #^Call to deprecated method getInstance\(\) of class PhpMyAdmin\\Config\:
14307- Use dependency injection instead\.$#
14308- '''
14309- identifier: staticMethod.deprecated
14310- count: 1
14311- path: tests/unit/ConfigTest.php
14312-
1431314277 -
1431414278 message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertArrayHasKey\(\) with ''Server'' and array\{PmaAbsoluteUri\: string, AuthLog\: string, AuthLogSuccess\: bool, PmaNoRelation_DisableWarning\: bool, SuhosinDisableWarning\: bool, LoginCookieValidityDisableWarning\: bool, ReservedWordDisableWarning\: bool, TranslationWarningThreshold\: int, \.\.\.\} will always evaluate to false\.$#'
1431514279 identifier: staticMethod.impossibleType
@@ -16851,12 +16815,6 @@ parameters:
1685116815 count: 1
1685216816 path: tests/unit/TwoFactorTest.php
1685316817
16854- -
16855- message: '#^Missing call to parent\:\:tearDown\(\) method\.$#'
16856- identifier: phpunit.callParent
16857- count: 1
16858- path: tests/unit/TwoFactorTest.php
16859-
1686016818 -
1686116819 message: '#^Parameter \#1 \$secret of method PragmaRX\\Google2FA\\Google2FA\:\:oathTotp\(\) expects string, mixed given\.$#'
1686216820 identifier: argument.type
@@ -16921,7 +16879,7 @@ parameters:
1692116879 path: tests/unit/UtilTest.php
1692216880
1692316881 -
16924- message: '#^Cannot access offset ''server_2 '' on mixed\.$#'
16882+ message: '#^Cannot access offset ''server_2_ '' on mixed\.$#'
1692516883 identifier: offsetAccess.nonOffsetAccessible
1692616884 count: 4
1692716885 path: tests/unit/UtilTest.php
@@ -16932,12 +16890,6 @@ parameters:
1693216890 count: 2
1693316891 path: tests/unit/UtilTest.php
1693416892
16935- -
16936- message: '#^Property PhpMyAdmin\\Config\:\:\$selectedServer \(array\{host\: string, port\: string, socket\: string, ssl\: bool, ssl_key\: string\|null, ssl_cert\: string\|null, ssl_ca\: string\|null, ssl_ca_path\: string\|null, \.\.\.\}\) does not accept array\{host\: string, port\: string, socket\: string, ssl\: bool, ssl_key\: string\|null, ssl_cert\: string\|null, ssl_ca\: string\|null, ssl_ca_path\: string\|null, \.\.\.\}\.$#'
16937- identifier: assign.propertyType
16938- count: 1
16939- path: tests/unit/UtilTest.php
16940-
1694116893 -
1694216894 message: '''
1694316895 #^Call to deprecated method getInstance\(\) of class PhpMyAdmin\\Config\:
@@ -16999,7 +16951,7 @@ parameters:
1699916951 path: tests/unit/Utils/SessionCacheTest.php
1700016952
1700116953 -
17002- message: '#^Cannot access offset ''server_2 '' on mixed\.$#'
16954+ message: '#^Cannot access offset ''server_2_ '' on mixed\.$#'
1700316955 identifier: offsetAccess.nonOffsetAccessible
1700416956 count: 4
1700516957 path: tests/unit/Utils/SessionCacheTest.php
@@ -17028,12 +16980,6 @@ parameters:
1702816980 count: 2
1702916981 path: tests/unit/Utils/SessionCacheTest.php
1703016982
17031- -
17032- message: '#^Property PhpMyAdmin\\Config\:\:\$selectedServer \(array\{host\: string, port\: string, socket\: string, ssl\: bool, ssl_key\: string\|null, ssl_cert\: string\|null, ssl_ca\: string\|null, ssl_ca_path\: string\|null, \.\.\.\}\) does not accept array\{host\: string, port\: string, socket\: string, ssl\: bool, ssl_key\: string\|null, ssl_cert\: string\|null, ssl_ca\: string\|null, ssl_ca_path\: string\|null, \.\.\.\}\.$#'
17033- identifier: assign.propertyType
17034- count: 5
17035- path: tests/unit/Utils/SessionCacheTest.php
17036-
1703716983 -
1703816984 message: '''
1703916985 #^Call to deprecated method getInstance\(\) of class PhpMyAdmin\\Config\:
0 commit comments