You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- message:'/Property .* is never read, only written/'
15
+
path:tests/
16
+
- message:'/Call to method PHPUnit\\Framework\\Assert::assert\w*\(\).*will always evaluate to (true|false)/'
17
+
path:tests/
18
+
- message:'/Parameter #\d \$\w+ of class .+ constructor expects array[{<].+[}>], array{.*} given/'
19
+
path:tests/
20
+
# return type was fixed in psr/log v1.0.2 (https://github.com/php-fig/log/releases/tag/1.0.2)
21
+
- message:'/Return type \(void\) of method FOS\\ElasticaBundle\\Logger\\ElasticaLogger::log\(\) should be compatible with return type \(null\) of method Psr\\Log\\LoggerInterface::log\(\)/'
22
+
path:src/Logger/ElasticaLogger.php
23
+
# it became generic in v3.5.2 (https://github.com/BabDev/Pagerfanta/blob/HEAD/CHANGELOG.md#352-2022-01-24)
24
+
- message:'/PHPDoc tag @implements contains generic type Pagerfanta\\Adapter\\AdapterInterface<mixed> but interface Pagerfanta\\Adapter\\AdapterInterface is not generic/'
25
+
path:src/Paginator/FantaPaginatorAdapter.php
26
+
# there are no Enums in php 7.4
27
+
- message:'/(Class BackedEnum not found)|(Access to property \$value on an unknown class BackedEnum)/'
0 commit comments