Browse Source

Merge pull request #789 from dmanners/patch-1

Mark Shust 2 years ago
parent
commit
f649237efc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compose/bin/analyse

+ 1 - 1
compose/bin/analyse

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