parent
fe6205aea6
commit
568e10d999
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ php-lint:
|
|||
vendor/bin/php-cs-fixer fix
|
||||
|
||||
psalm:
|
||||
vendor/bin/psalm lib
|
||||
vendor/bin/psalm
|
||||
|
||||
npm-init:
|
||||
npm ci
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="https://getpsalm.org/schema/config"
|
||||
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
||||
cacheDirectory=".cache/psalm"
|
||||
cacheDirectory=".cache/psalm-ls"
|
||||
>
|
||||
<!--
|
||||
Duplication is due to differences in language server and CLI
|
||||
|
|
Loading…
Reference in New Issue