Skip to content

Commit e68e814

Browse files
committed
Update PHP dependencies
- Upgrading composer/ca-bundle (1.4.0 => 1.4.1) - Upgrading phpdocumentor/type-resolver (1.8.1 => 1.8.2) - Upgrading phpstan/phpdoc-parser (1.25.0 => 1.26.0) - Upgrading phpstan/phpstan-phpunit (1.3.15 => 1.3.16) - Upgrading phpunit/phpunit (10.5.10 => 10.5.11) - Upgrading roave/security-advisories (dev-latest 1f77ae7 => dev-latest aafb723) - Upgrading vimeo/psalm (5.22.1 => 5.22.2) Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent c84191a commit e68e814

3 files changed

Lines changed: 58 additions & 42 deletions

File tree

composer.lock

Lines changed: 42 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpstan-baseline.neon

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16035,6 +16035,11 @@ parameters:
1603516035
count: 3
1603616036
path: tests/unit/Display/ResultsTest.php
1603716037

16038+
-
16039+
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Error\\\\\\\\Error' and PhpMyAdmin\\\\Error\\\\Error will always evaluate to true\\.$#"
16040+
count: 2
16041+
path: tests/unit/Error/ErrorHandlerTest.php
16042+
1603816043
-
1603916044
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\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
1604016045
count: 1
@@ -16385,6 +16390,11 @@ parameters:
1638516390
count: 1
1638616391
path: tests/unit/OpenDocumentTest.php
1638716392

16393+
-
16394+
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) with 3 and array\\{PhpMyAdmin\\\\SqlParser\\\\Utils\\\\StatementInfo, string, string\\} will always evaluate to true\\.$#"
16395+
count: 2
16396+
path: tests/unit/ParseAnalyzeTest.php
16397+
1638816398
-
1638916399
message: "#^Method PhpMyAdmin\\\\Tests\\\\Partitioning\\\\TablePartitionDefinitionTest\\:\\:testGetDetails\\(\\) has parameter \\$partitions with no value type specified in iterable type array\\.$#"
1639016400
count: 1
@@ -16895,6 +16905,11 @@ parameters:
1689516905
count: 1
1689616906
path: tests/unit/UserPasswordTest.php
1689716907

16908+
-
16909+
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) with 3 and array\\{config_data\\: array, mtime\\: int, type\\: 'db'\\|'session'\\} will always evaluate to true\\.$#"
16910+
count: 1
16911+
path: tests/unit/UserPreferencesTest.php
16912+
1689816913
-
1689916914
message: "#^Cannot access offset 'db' on mixed\\.$#"
1690016915
count: 2

psalm-baseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="5.22.1@e9dad66e11274315dac27e08349c628c7d6a1a43">
2+
<files psalm-version="5.22.2@d768d914152dbbf3486c36398802f74e80cfde48">
33
<file src="app/services_loader.php">
44
<MixedArgument>
55
<code><![CDATA[$argumentName]]></code>

0 commit comments

Comments
 (0)