Skip to content

Commit d01fd21

Browse files
committed
[*]: fix for README
1 parent e696efd commit d01fd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ php bin/phpdocfixer static_analysis --remove-array-value-info="true" --stubs-pat
2727
2828
#### example: check types from phpstorm-stubs (mysqli) against static code analysis stubs from PHPStan
2929
```
30-
php bin/phpdocfixer static_analysis --stubs-path=../phpstorm-stubs/mysqli/ ../phpstan-src/resources/functionMap.php
30+
php bin/phpdocfixer static_analysis --stubs-path="../phpstorm-stubs/mysqli/" ../phpstan-src/resources/functionMap.php
3131
```
3232
3333
#### example: check types from PhpStorm stubs against static code analysis stubs from Psalm

0 commit comments

Comments
 (0)