Răsfoiți Sursa

Allow more variables for the analyse script

This will allow a user to add more values when running the script
For example:
 - bin/analyse --level 4 app/code app/design
David Manners 2 ani în urmă
părinte
comite
278fcc8e02
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      compose/bin/analyse

+ 1 - 1
compose/bin/analyse

@@ -1,2 +1,2 @@
 #!/bin/bash
 #!/bin/bash
-bin/cli vendor/bin/phpstan analyse "$1"
+bin/cli vendor/bin/phpstan analyse "$@"