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 e696efd commit d01fd21Copy full SHA for d01fd21
README.md
@@ -27,7 +27,7 @@ php bin/phpdocfixer static_analysis --remove-array-value-info="true" --stubs-pat
27
28
#### example: check types from phpstorm-stubs (mysqli) against static code analysis stubs from PHPStan
29
```
30
-php bin/phpdocfixer static_analysis --stubs-path=../phpstorm-stubs/mysqli/ ../phpstan-src/resources/functionMap.php
+php bin/phpdocfixer static_analysis --stubs-path="../phpstorm-stubs/mysqli/" ../phpstan-src/resources/functionMap.php
31
32
33
#### example: check types from PhpStorm stubs against static code analysis stubs from Psalm
0 commit comments