Update Composer dependencies
- Upgrading doctrine/deprecations (1.1.4 => 1.1.5) - Upgrading laminas/laminas-diactoros (3.5.0 => 3.6.0) - Upgrading myclabs/deep-copy (1.13.0 => 1.13.1) - Upgrading phpdocumentor/reflection-docblock (5.6.1 => 5.6.2) - Upgrading phpstan/phpstan (2.1.13 => 2.1.14) - Upgrading phpunit/phpunit (11.5.15 => 11.5.20) - Upgrading roave/security-advisories (dev-latest bd7c044 => dev-latest 59be420) - Upgrading slevomat/coding-standard (8.16.2 => 8.18.0) - Upgrading spomky-labs/pki-framework (1.2.2 => 1.2.3) - Upgrading squizlabs/php_codesniffer (3.12.0 => 3.13.0) - Upgrading symfony/cache (v7.2.5 => v7.2.6) - Upgrading symfony/config (v7.2.3 => v7.2.6) - Upgrading symfony/console (v7.2.5 => v7.2.6) - Upgrading symfony/dependency-injection (v7.2.5 => v7.2.6) - Upgrading symfony/polyfill-ctype (v1.31.0 => v1.32.0) - Upgrading symfony/polyfill-intl-grapheme (v1.31.0 => v1.32.0) - Upgrading symfony/polyfill-intl-normalizer (v1.31.0 => v1.32.0) - Upgrading symfony/polyfill-mbstring (v1.31.0 => v1.32.0) - Upgrading symfony/polyfill-php80 (v1.31.0 => v1.32.0) - Upgrading symfony/polyfill-php84 (v1.31.0 => v1.32.0) - Upgrading symfony/polyfill-uuid (v1.31.0 => v1.32.0) - Upgrading symfony/string (v7.2.0 => v7.2.6) - Upgrading symfony/var-exporter (v7.2.5 => v7.2.6) - Upgrading tecnickcom/tcpdf (6.9.0 => 6.9.3) - Upgrading twig/twig (v3.20.0 => v3.21.1) - Upgrading vimeo/psalm (6.10.0 => 6.10.3) Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
parent
522d29946d
commit
2cb656ffa5
409
composer.lock
generated
409
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -16344,6 +16344,12 @@ parameters:
|
||||
count: 1
|
||||
path: tests/unit/Advisory/RulesTest.php
|
||||
|
||||
-
|
||||
message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertContainsOnlyString\(\) with array\{id\: non\-empty\-string, name\: string, precondition\?\: non\-empty\-string, formula\: non\-empty\-string, test\: non\-empty\-string, issue\: string, recommendation\: string, justification\: string, \.\.\.\} will always evaluate to true\.$#'
|
||||
identifier: staticMethod.alreadyNarrowedType
|
||||
count: 1
|
||||
path: tests/unit/Advisory/RulesTest.php
|
||||
|
||||
-
|
||||
message: '''
|
||||
#^Call to deprecated method getInstance\(\) of class PhpMyAdmin\\Config\:
|
||||
@ -16386,6 +16392,12 @@ parameters:
|
||||
count: 1
|
||||
path: tests/unit/CacheTest.php
|
||||
|
||||
-
|
||||
message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertContainsOnlyArray\(\) with non\-empty\-array\<string, array\<string, PhpMyAdmin\\Charsets\\Collation\>\> will always evaluate to true\.$#'
|
||||
identifier: staticMethod.alreadyNarrowedType
|
||||
count: 3
|
||||
path: tests/unit/CharsetsTest.php
|
||||
|
||||
-
|
||||
message: '#^Class PhpMyAdmin\\Tests\\Command\\SetVersionCommandTest has an uninitialized property \$command\. Give it default value or assign it in the constructor\.$#'
|
||||
identifier: property.uninitialized
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<files psalm-version="6.10.0@9c0add4eb88d4b169ac04acb7c679918cbb9c252">
|
||||
<files psalm-version="6.10.3@90b5b9f5e7c8e441b191d3c82c58214753d7c7c1">
|
||||
<file src="app/services_loader.php">
|
||||
<MixedArgument>
|
||||
<code><![CDATA[$argumentName]]></code>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user