Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 32 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -771,12 +771,6 @@ parameters:
count: 1
path: src/Testing/PHPStanTestCase.php

-
message: '#^Catching internal class PHPUnit\\Framework\\ExpectationFailedException\.$#'
identifier: catch.internalClass
count: 1
path: src/Testing/PHPStanTestCase.php

-
message: '#^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$#'
identifier: phpstanApi.instanceofType
Expand Down Expand Up @@ -2007,18 +2001,6 @@ parameters:
count: 1
path: tests/PHPStan/Reflection/SignatureMap/Php8SignatureMapProviderTest.php

-
message: '#^Call to method getComparisonFailure\(\) of internal class PHPUnit\\Framework\\ExpectationFailedException from outside its root namespace PHPUnit\.$#'
identifier: method.internalClass
count: 2
path: tests/PHPStan/Testing/NonexistentAnalysedClassRuleTest.php

-
message: '#^Catching internal class PHPUnit\\Framework\\ExpectationFailedException\.$#'
identifier: catch.internalClass
count: 1
path: tests/PHPStan/Testing/NonexistentAnalysedClassRuleTest.php

-
message: '#^Access to constant on internal class PHPUnit\\Framework\\AssertionFailedError\.$#'
identifier: classConstant.internalClass
Expand Down
Loading