Skip to content

Commit 629269d

Browse files
committed
Fix build
1 parent f827ea8 commit 629269d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

phpstan-baseline.neon

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -748,11 +748,8 @@ parameters:
748748
path: src/Rules/RuleLevelHelper.php
749749

750750
-
751-
message: '''
752-
#^Call to deprecated method assertFileNotExists\(\) of class PHPUnit\\Framework\\Assert\:
753-
https\://github\.com/sebastianbergmann/phpunit/issues/4077$#
754-
'''
755-
identifier: staticMethod.deprecated
751+
message: '#^Call to an undefined static method PHPUnit\\Framework\\TestCase\:\:assertFileNotExists\(\)\.$#'
752+
identifier: staticMethod.notFound
756753
count: 1
757754
path: src/Testing/LevelsTestCase.php
758755

@@ -2010,12 +2007,6 @@ parameters:
20102007
count: 1
20112008
path: tests/PHPStan/Reflection/ReflectionProviderGoldenTest.php
20122009

2013-
-
2014-
message: '#^Instanceof references internal interface PHPUnit\\Exception\.$#'
2015-
identifier: instanceof.internalInterface
2016-
count: 1
2017-
path: tests/PHPStan/Reflection/ReflectionProviderGoldenTest.php
2018-
20192010
-
20202011
message: '#^Creating new PHPStan\\Php8StubsMap is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
20212012
identifier: phpstanApi.constructor

0 commit comments

Comments
 (0)