parent
7cf13fed44
commit
1862c78b5b
@ -0,0 +1,6 @@ |
||||
#!/bin/bash |
||||
if [ ! -x vendor/bin/phpstan ]; then |
||||
composer require --dev phpstan/phpstan |
||||
fi |
||||
|
||||
./vendor/bin/phpstan analyse |
||||
Loading…
Reference in new issue