diff --git a/phpinsights.php b/phpinsights.php index 850ffba84..757da44c1 100644 --- a/phpinsights.php +++ b/phpinsights.php @@ -41,7 +41,7 @@ 'translations', 'var', 'vendor', - 'vendor-bin', + 'tools', ], 'add' => [ // ExampleMetric::class => [ diff --git a/psalm.xml b/psalm.xml index a48a50c15..0460d2b46 100644 --- a/psalm.xml +++ b/psalm.xml @@ -4,7 +4,7 @@ allowPhpStormGenerics="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" - xsi:schemaLocation="https://getpsalm.org/schema/config file://./vendor-bin/psalm/vendor/vimeo/psalm/config.xsd" + xsi:schemaLocation="https://getpsalm.org/schema/config file://./tools/psalm/vendor/vimeo/psalm/config.xsd" >