Skip to content

Commit eb1abc9

Browse files
committed
Remove a false positive that has been fixed
1 parent 677cd6e commit eb1abc9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ parameters:
7878
message: "#Call to function method_exists\\(\\) with 'Symfony\\\\\\\\Component.+' and 'getRoleNames' will always evaluate to false\\.#"
7979
path: %currentWorkingDirectory%/tests/Security/EventListener/DenyAccessListenerTest.php
8080
- "#Call to method PHPUnit\\\\Framework\\\\Assert::assertSame\\(\\) with array\\('(collection_context|item_context|subresource_context)'\\) and array<Symfony\\\\Component\\\\VarDumper\\\\Cloner\\\\Data>\\|bool\\|float\\|int\\|string\\|null will always evaluate to false\\.#"
81-
# https://github.com/doctrine/doctrine2/pull/7298
82-
- '#Strict comparison using === between null and int will always evaluate to false\.#'
8381
-
8482
message: '#Binary operation "\+" between (float\|int\|)?string and 0 results in an error\.#'
8583
path: %currentWorkingDirectory%/src/Bridge/Doctrine/Common/Filter/RangeFilterTrait.php

0 commit comments

Comments
 (0)