Skip to content

Commit

Permalink
Add phpstan rule to detect debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed Feb 13, 2024
1 parent fff0610 commit 88636c4
Show file tree
Hide file tree
Showing 5 changed files with 1,261 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/qa/phpstan
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

cd $(dirname $0)/../../

vendor/bin/phpstan analyze --memory-limit=-1 --no-ansi -c ./ci/qa/phpstan.neon
Loading

0 comments on commit 88636c4

Please sign in to comment.