Skip to content

Commit

Permalink
chore: use blade error-format by default
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroverts committed May 9, 2024
1 parent 5f8bc2a commit b540181
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
paths:
- "**.php"
- phpstan.neon
- phpstan-baseline.neon
- phpcs.xml
jobs:
phpcs:
name: PHP_CodeSniffer
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ includes:
- phpstan-baseline.neon

parameters:
errorFormat: blade
paths:
- app/

Expand Down

0 comments on commit b540181

Please sign in to comment.