Skip to content

Commit

Permalink
Fix namespace checking (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Feb 3, 2024
1 parent 8487b88 commit 1817003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
dependency-versions: "locked"
-
name: "Check PSR-4 mapping 🐌"
run: "composer dump-autoload --optimize --strict-psr"
run: "composer dump-autoload --dev --optimize --strict-psr"
-
# https://github.com/phpstan/phpstan/issues/9475
name: "Search for $this->$this typo 🐌"
Expand Down

0 comments on commit 1817003

Please sign in to comment.