From c3f0cf0e41a3aae1a4887b68bb34886462f56f2f Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 11 Nov 2024 18:11:52 +0100 Subject: [PATCH] PHPStan config: normalize slashes --- phpstan.neon.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 8022817a..e2a005fc 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -41,13 +41,13 @@ parameters: # The __destruct() method exists on the ConfigDouble, not the PHPCS native Config. This is 100% okay. - message: '`^Call to an undefined method PHP_CodeSniffer\\Config::__destruct\(\)\.$`' - path: PHPCSUtils\TestUtils\UtilityMethodTestCase.php + path: PHPCSUtils/TestUtils/UtilityMethodTestCase.php count: 1 # The setStaticConfigProperty() method exists on the ConfigDouble, not the PHPCS native Config. This is 100% okay. - message: '`^Call to an undefined method PHP_CodeSniffer\\Config::setStaticConfigProperty\(\)\.$`' - path: Tests\TestUtils\UtilityMethodTestCase\ResetTestFileTest.php + path: Tests/TestUtils/UtilityMethodTestCase\ResetTestFileTest.php count: 1 # Ignoring as this refers to a non-mocked method on the original class. This is 100% okay.