Skip to content

Commit ec97cc0

Browse files
committed
fix(tools): add Psalm tool configuration with separate entry for psalm.phar
1 parent 07109de commit ec97cc0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

booster/.husky/shared/tools.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ export const TOOLS: ToolConfig[] = [
8787
},
8888
{
8989
name: 'Psalm',
90+
command: 'psalm',
91+
type: 'php',
92+
extensions: ['.php'],
93+
},
94+
{
95+
name: 'Psalm (Phar)',
9096
command: 'psalm.phar',
9197
type: 'php',
9298
extensions: ['.php'],

0 commit comments

Comments
 (0)