Skip to content

Commit

Permalink
[PHPStan] Regenerated PHPStan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Feb 27, 2025
1 parent 27f614f commit 56a342a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
parameters:
ignoreErrors:
-
message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertIsString\(\) with string will always evaluate to true\.$#'
identifier: staticMethod.alreadyNarrowedType
count: 1
path: src/contracts/BaseRestWebTestCase.php

-
message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertInstanceOf\(\) with ''Ibexa\\\\Contracts\\\\Test\\\\Rest\\\\Request\\\\Value\\\\EndpointRequestDefinition'' and Ibexa\\Contracts\\Test\\Rest\\Request\\Value\\EndpointRequestDefinition will always evaluate to true\.$#'
identifier: staticMethod.alreadyNarrowedType
count: 1
path: tests/lib/BaseRestWebTestCaseTest.php

0 comments on commit 56a342a

Please sign in to comment.