AzuraCast/phpstan-baseline.neon

78 lines
2.7 KiB
Plaintext
Raw Normal View History

parameters:
ignoreErrors:
-
message: "#^Parameter \\#3 \\$criteria of method Doctrine\\\\DBAL\\\\Connection\\:\\:update\\(\\) expects array\\<string, mixed\\>, array\\<int, int\\> given\\.$#"
count: 1
path: src/Entity/Migration/Version20180412055024.php
-
message: "#^Parameter \\#3 \\$criteria of method Doctrine\\\\DBAL\\\\Connection\\:\\:update\\(\\) expects array\\<string, mixed\\>, array\\<int, int\\> given\\.$#"
count: 1
path: src/Entity/Migration/Version20180429013130.php
-
message: "#^Parameter \\#3 \\$criteria of method Doctrine\\\\DBAL\\\\Connection\\:\\:update\\(\\) expects array\\<string, mixed\\>, array\\<int, int\\> given\\.$#"
count: 1
path: src/Entity/Migration/Version20180818223558.php
-
message: "#^Parameter \\#3 \\$criteria of method Doctrine\\\\DBAL\\\\Connection\\:\\:update\\(\\) expects array\\<string, mixed\\>, array\\<int, int\\> given\\.$#"
count: 1
path: src/Entity/Migration/Version20190513163051.php
-
message: "#^Parameter \\#2 \\$criteria of method Doctrine\\\\DBAL\\\\Connection\\:\\:delete\\(\\) expects array\\<string, mixed\\>, array\\<int, int\\> given\\.$#"
count: 1
path: src/Entity/Migration/Version20201204043539.php
-
message: "#^Cannot cast Symfony\\\\Component\\\\Validator\\\\ConstraintViolationListInterface to string\\.$#"
count: 1
path: src/Exception/ValidationException.php
-
message: "#^Parameter \\#1 \\$className of method Doctrine\\\\ORM\\\\EntityManagerInterface\\:\\:getRepository\\(\\) expects class\\-string\\<object\\>, class\\-string\\|false given\\.$#"
count: 1
path: src/Validator/Constraints/UniqueEntityValidator.php
-
message: "#^Parameter \\#2 \\$callback of method League\\\\Plates\\\\Engine\\:\\:registerFunction\\(\\) expects League\\\\Plates\\\\callback, Closure given\\.$#"
2022-11-16 00:59:13 +00:00
count: 4
path: src/View.php
Composer dependencies update. Changelogs summary: - wikimedia/composer-merge-plugin updated from dev-master@7692a62 to dev-master@a4c4c62 See changes: https://github.com/wikimedia/composer-merge-plugin/compare/7692a62...a4c4c62 - dealerdirect/phpcodesniffer-composer-installer updated from v0.7.2 to v1.0.0 major See changes: https://github.com/PHPCSStandards/composer-installer/compare/Dealerdirect:v0.7.2...PHPCSStandards:v1.0.0 Release notes: https://github.com/PHPCSStandards/composer-installer/releases/tag/v1.0.0 - symfony/string updated from v6.2.0 to v6.2.2 patch See changes: https://github.com/symfony/string/compare/v6.2.0...v6.2.2 Release notes: https://github.com/symfony/string/releases/tag/v6.2.2 - symfony/service-contracts updated from v3.1.1 to v3.2.0 minor See changes: https://github.com/symfony/service-contracts/compare/v3.1.1...v3.2.0 Release notes: https://github.com/symfony/service-contracts/releases/tag/v3.2.0 - symfony/console updated from v6.2.1 to v6.2.3 patch See changes: https://github.com/symfony/console/compare/v6.2.1...v6.2.3 Release notes: https://github.com/symfony/console/releases/tag/v6.2.3 - doctrine/persistence updated from 3.1.1 to 3.1.2 patch See changes: https://github.com/doctrine/persistence/compare/3.1.1...3.1.2 Release notes: https://github.com/doctrine/persistence/releases/tag/3.1.2 - doctrine/lexer updated from 1.2.3 to 2.1.0 major See changes: https://github.com/doctrine/lexer/compare/1.2.3...2.1.0 Release notes: https://github.com/doctrine/lexer/releases/tag/2.1.0 - doctrine/instantiator updated from 1.4.1 to 1.5.0 minor See changes: https://github.com/doctrine/instantiator/compare/1.4.1...1.5.0 Release notes: https://github.com/doctrine/instantiator/releases/tag/1.5.0 - doctrine/dbal updated from 3.5.1 to 3.5.2 patch See changes: https://github.com/doctrine/dbal/compare/3.5.1...3.5.2 Release notes: https://github.com/doctrine/dbal/releases/tag/3.5.2 - doctrine/collections updated from 1.8.0 to 2.1.2 major See changes: https://github.com/doctrine/collections/compare/1.8.0...2.1.2 Release notes: https://github.com/doctrine/collections/releases/tag/2.1.2 - doctrine/orm updated from 2.13.4 to 2.14.0 minor See changes: https://github.com/doctrine/orm/compare/2.13.4...2.14.0 Release notes: https://github.com/doctrine/orm/releases/tag/2.14.0 - symfony/css-selector updated from v6.2.0 to v6.2.3 patch See changes: https://github.com/symfony/css-selector/compare/v6.2.0...v6.2.3 Release notes: https://github.com/symfony/css-selector/releases/tag/v6.2.3 - symfony/yaml updated from v6.2.0 to v6.2.2 patch See changes: https://github.com/symfony/yaml/compare/v6.2.0...v6.2.2 Release notes: https://github.com/symfony/yaml/releases/tag/v6.2.2 - symfony/var-dumper updated from v6.2.1 to v6.2.3 patch See changes: https://github.com/symfony/var-dumper/compare/v6.2.1...v6.2.3 Release notes: https://github.com/symfony/var-dumper/releases/tag/v6.2.3 - symfony/finder updated from v6.2.0 to v6.2.3 patch See changes: https://github.com/symfony/finder/compare/v6.2.0...v6.2.3 Release notes: https://github.com/symfony/finder/releases/tag/v6.2.3 - symfony/event-dispatcher updated from v6.2.0 to v6.2.2 patch See changes: https://github.com/symfony/event-dispatcher/compare/v6.2.0...v6.2.2 Release notes: https://github.com/symfony/event-dispatcher/releases/tag/v6.2.2 - psy/psysh updated from v0.11.9 to v0.11.10 patch See changes: https://github.com/bobthecow/psysh/compare/v0.11.9...v0.11.10 Release notes: https://github.com/bobthecow/psysh/releases/tag/v0.11.10 - phpunit/php-code-coverage updated from 9.2.20 to 9.2.23 patch See changes: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.20...9.2.23 Release notes: https://github.com/sebastianbergmann/php-code-coverage/releases/tag/9.2.23 - codeception/stub updated from 4.0.2 to 4.1.0 minor See changes: https://github.com/Codeception/Stub/compare/4.0.2...4.1.0 Release notes: https://github.com/Codeception/Stub/releases/tag/4.1.0 - codeception/codeception updated from 5.0.5 to 5.0.6 patch See changes: https://github.com/Codeception/Codeception/compare/5.0.5...5.0.6 Release notes: https://github.com/Codeception/Codeception/releases/tag/5.0.6 - symfony/dom-crawler updated from v6.2.0 to v6.2.3 patch See changes: https://github.com/symfony/dom-crawler/compare/v6.2.0...v6.2.3 Release notes: https://github.com/symfony/dom-crawler/releases/tag/v6.2.3 - doctrine/data-fixtures updated from 1.5.3 to 1.6.3 minor See changes: https://github.com/doctrine/data-fixtures/compare/1.5.3...1.6.3 Release notes: https://github.com/doctrine/data-fixtures/releases/tag/1.6.3 - league/flysystem updated from 3.11.0 to 3.12.1 minor See changes: https://github.com/thephpleague/flysystem/compare/3.11.0...3.12.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/3.12.1 - aws/aws-sdk-php updated from 3.253.1 to 3.256.1 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.253.1...3.256.1 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.256.1 - league/flysystem-aws-s3-v3 updated from 3.10.3 to 3.12.1 minor See changes: https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.10.3...3.12.1 Release notes: https://github.com/thephpleague/flysystem-aws-s3-v3/releases/tag/3.12.1 - phpseclib/phpseclib updated from 3.0.17 to 3.0.18 patch See changes: https://github.com/phpseclib/phpseclib/compare/3.0.17...3.0.18 Release notes: https://github.com/phpseclib/phpseclib/releases/tag/3.0.18 - symfony/translation updated from v6.2.0 to v6.2.3 patch See changes: https://github.com/symfony/translation/compare/v6.2.0...v6.2.3 Release notes: https://github.com/symfony/translation/releases/tag/v6.2.3 - nesbot/carbon updated from 2.64.0 to 2.65.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.64.0...2.65.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.65.0 - php-di/php-di updated from v7.x-dev@6e8d9f5 to v7.x-dev@6d9eab0 patch See changes: https://github.com/PHP-DI/PHP-DI/compare/6e8d9f5...6d9eab0 - symfony/var-exporter updated from v6.2.1 to v6.2.3 patch See changes: https://github.com/symfony/var-exporter/compare/v6.2.1...v6.2.3 Release notes: https://github.com/symfony/var-exporter/releases/tag/v6.2.3 - symfony/cache updated from v6.2.0 to v6.2.4 patch See changes: https://github.com/symfony/cache/compare/v6.2.0...v6.2.4 Release notes: https://github.com/symfony/cache/releases/tag/v6.2.4 - symfony/expression-language updated from v6.2.0 to v6.2.2 patch See changes: https://github.com/symfony/expression-language/compare/v6.2.0...v6.2.2 Release notes: https://github.com/symfony/expression-language/releases/tag/v6.2.2 - phpstan/phpstan updated from 1.9.3 to 1.9.8 patch See changes: https://github.com/phpstan/phpstan/compare/1.9.3...1.9.8 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.9.8 - phpstan/phpstan-doctrine updated from 1.3.26 to 1.3.31 patch See changes: https://github.com/phpstan/phpstan-doctrine/compare/1.3.26...1.3.31 Release notes: https://github.com/phpstan/phpstan-doctrine/releases/tag/1.3.31 - ramsey/collection updated from 1.2.2 to 2.0.0 major See changes: https://github.com/ramsey/collection/compare/1.2.2...2.0.0 Release notes: https://github.com/ramsey/collection/releases/tag/2.0.0 - ramsey/uuid updated from 4.6.0 to 4.7.1 minor See changes: https://github.com/ramsey/uuid/compare/4.6.0...4.7.1 Release notes: https://github.com/ramsey/uuid/releases/tag/4.7.1 - roave/security-advisories updated from dev-latest@a927131 to dev-latest@0c14acd See changes: https://github.com/Roave/SecurityAdvisories/compare/a927131...0c14acd - phpstan/phpdoc-parser updated from 1.15.0 to 1.15.3 patch See changes: https://github.com/phpstan/phpdoc-parser/compare/1.15.0...1.15.3 Release notes: https://github.com/phpstan/phpdoc-parser/releases/tag/1.15.3 - slevomat/coding-standard updated from 8.7.0 to 8.8.0 minor See changes: https://github.com/slevomat/coding-standard/compare/8.7.0...8.8.0 Release notes: https://github.com/slevomat/coding-standard/releases/tag/8.8.0 - symfony/messenger updated from v6.2.0 to v6.2.2 patch See changes: https://github.com/symfony/messenger/compare/v6.2.0...v6.2.2 Release notes: https://github.com/symfony/messenger/releases/tag/v6.2.2 - symfony/mime updated from v6.2.0 to v6.2.2 patch See changes: https://github.com/symfony/mime/compare/v6.2.0...v6.2.2 Release notes: https://github.com/symfony/mime/releases/tag/v6.2.2 - egulias/email-validator updated from 3.2.1 to 3.2.5 patch See changes: https://github.com/egulias/EmailValidator/compare/3.2.1...3.2.5 Release notes: https://github.com/egulias/EmailValidator/releases/tag/3.2.5 - symfony/mailer updated from v6.2.1 to v6.2.2 patch See changes: https://github.com/symfony/mailer/compare/v6.2.1...v6.2.2 Release notes: https://github.com/symfony/mailer/releases/tag/v6.2.2 - symfony/property-info updated from v6.2.0 to v6.2.3 patch See changes: https://github.com/symfony/property-info/compare/v6.2.0...v6.2.3 Release notes: https://github.com/symfony/property-info/releases/tag/v6.2.3 - symfony/property-access updated from v6.2.0 to v6.2.3 patch See changes: https://github.com/symfony/property-access/compare/v6.2.0...v6.2.3 Release notes: https://github.com/symfony/property-access/releases/tag/v6.2.3 - symfony/rate-limiter updated from v6.2.0 to v6.2.2 patch See changes: https://github.com/symfony/rate-limiter/compare/v6.2.0...v6.2.2 Release notes: https://github.com/symfony/rate-limiter/releases/tag/v6.2.2 - symfony/serializer updated from v6.2.1 to v6.2.3 patch See changes: https://github.com/symfony/serializer/compare/v6.2.1...v6.2.3 Release notes: https://github.com/symfony/serializer/releases/tag/v6.2.3 - symfony/validator updated from v6.2.0 to v6.2.3 patch See changes: https://github.com/symfony/validator/compare/v6.2.0...v6.2.3 Release notes: https://github.com/symfony/validator/releases/tag/v6.2.3 - voku/portable-utf8 updated from 6.0.10 to 6.0.11 patch See changes: https://github.com/voku/portable-utf8/compare/6.0.10...6.0.11 Release notes: https://github.com/voku/portable-utf8/releases/tag/6.0.11 - doctrine/annotations updated from 1.14.1 to 1.14.2 patch See changes: https://github.com/doctrine/annotations/compare/1.14.1...1.14.2 Release notes: https://github.com/doctrine/annotations/releases/tag/1.14.2 - zircote/swagger-php updated from 4.5.1 to 4.5.4 patch See changes: https://github.com/zircote/swagger-php/compare/4.5.1...4.5.4 Release notes: https://github.com/zircote/swagger-php/releases/tag/4.5.4
2023-01-11 06:49:42 +00:00
-
message: "#^Access to an undefined property XMLReader\\:\\:\\$depth\\.$#"
count: 1
path: src/Xml/Reader.php
-
message: "#^Access to an undefined property XMLReader\\:\\:\\$hasAttributes\\.$#"
count: 1
path: src/Xml/Reader.php
-
message: "#^Access to an undefined property XMLReader\\:\\:\\$isEmptyElement\\.$#"
count: 1
path: src/Xml/Reader.php
-
message: "#^Access to an undefined property XMLReader\\:\\:\\$localName\\.$#"
count: 1
path: src/Xml/Reader.php
-
message: "#^Access to an undefined property XMLReader\\:\\:\\$name\\.$#"
count: 1
path: src/Xml/Reader.php
-
message: "#^Access to an undefined property XMLReader\\:\\:\\$nodeType\\.$#"
count: 1
path: src/Xml/Reader.php
-
message: "#^Access to an undefined property XMLReader\\:\\:\\$value\\.$#"
count: 2
path: src/Xml/Reader.php