Skip to content

Commit c3f0cf0

Browse files
committed
PHPStan config: normalize slashes
1 parent f92deb3 commit c3f0cf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan.neon.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ parameters:
4141
# The __destruct() method exists on the ConfigDouble, not the PHPCS native Config. This is 100% okay.
4242
-
4343
message: '`^Call to an undefined method PHP_CodeSniffer\\Config::__destruct\(\)\.$`'
44-
path: PHPCSUtils\TestUtils\UtilityMethodTestCase.php
44+
path: PHPCSUtils/TestUtils/UtilityMethodTestCase.php
4545
count: 1
4646

4747
# The setStaticConfigProperty() method exists on the ConfigDouble, not the PHPCS native Config. This is 100% okay.
4848
-
4949
message: '`^Call to an undefined method PHP_CodeSniffer\\Config::setStaticConfigProperty\(\)\.$`'
50-
path: Tests\TestUtils\UtilityMethodTestCase\ResetTestFileTest.php
50+
path: Tests/TestUtils/UtilityMethodTestCase\ResetTestFileTest.php
5151
count: 1
5252

5353
# Ignoring as this refers to a non-mocked method on the original class. This is 100% okay.

0 commit comments

Comments
 (0)