Skip to content

Commit

Permalink
Fix lint-staged pattern for phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Mar 3, 2023
1 parent c13e419 commit 3651a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ module.exports = {
],
"**/*.php": [
"npm run lint:php",
],
'*.php': () => 'npm run lint:phpstan'
() => 'npm run lint:phpstan'
]
};

0 comments on commit 3651a79

Please sign in to comment.