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 2377d83 commit 5265fe4Copy full SHA for 5265fe4
1 file changed
rector.php
@@ -29,6 +29,7 @@
29
__DIR__ . '/src',
30
__DIR__ . '/tests',
31
])
32
+ ->withSkipPath(__DIR__ . '/tests/PHPStan/QueryFunctionDynamicReturnTypeExtension.php')
33
->withConfiguredRule(AddSensitiveParameterAttributeRector::class, [
34
'sensitive_parameters' => [
35
'password',
0 commit comments