We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c6055 commit 06a3e14Copy full SHA for 06a3e14
phpstan.neon
@@ -43,6 +43,9 @@ parameters:
43
-
44
message: '~is not covered by backward compatibility promise.~'
45
path: tests/bitExpert/PHPStan/Magento/Autoload/ExtensionInterfaceAutoloaderUnitTest.php
46
+ -
47
+ message: '~Parameter #1 $argument of class ReflectionClass constructor expects class-string<UncachedExtensionInterface>|UncachedExtensionInterface, string given~'
48
+ path: tests/bitExpert/PHPStan/Magento/Autoload/ExtensionInterfaceAutoloaderUnitTest.php
49
50
message: '~bitExpert\\PHPStan\\Magento\\Rules\\Helper\\SampleModel::__construct\(\) does not call parent constructor~'
51
path: tests/bitExpert/PHPStan/Magento/Rules/Helper/SampleModel.php
0 commit comments