Skip to content

Commit 07109de

Browse files
committed
fix(hooks): use psalm.phar instead of psalm
1 parent 25898b4 commit 07109de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

booster/.husky/shared/tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const TOOLS: ToolConfig[] = [
8787
},
8888
{
8989
name: 'Psalm',
90-
command: 'psalm',
90+
command: 'psalm.phar',
9191
type: 'php',
9292
extensions: ['.php'],
9393
},

0 commit comments

Comments
 (0)