mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Explicitly set value in config to fix warning in tests
This commit is contained in:
parent
e8e1f47ddb
commit
ea825c626d
@ -2,7 +2,8 @@
|
||||
<psalm
|
||||
autoloader="autoloader.php"
|
||||
resolveFromConfigFile="true"
|
||||
findUnusedCode="false"
|
||||
findUnusedCode="false"
|
||||
findUnusedBaselineEntry="false"
|
||||
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"
|
||||
|
3
tests/fixtures/DummyProject/psalm.xml
vendored
3
tests/fixtures/DummyProject/psalm.xml
vendored
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<psalm
|
||||
findUnusedCode="false"
|
||||
findUnusedCode="false"
|
||||
findUnusedBaselineEntry="false"
|
||||
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"
|
||||
|
3
tests/fixtures/ModularConfig/psalm.xml
vendored
3
tests/fixtures/ModularConfig/psalm.xml
vendored
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<psalm
|
||||
findUnusedCode="false"
|
||||
findUnusedCode="false"
|
||||
findUnusedBaselineEntry="false"
|
||||
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"
|
||||
|
3
tests/fixtures/SuicidalAutoloader/psalm.xml
vendored
3
tests/fixtures/SuicidalAutoloader/psalm.xml
vendored
@ -2,7 +2,8 @@
|
||||
<psalm
|
||||
autoloader="autoloader.php"
|
||||
resolveFromConfigFile="true"
|
||||
findUnusedCode="false"
|
||||
findUnusedCode="false"
|
||||
findUnusedBaselineEntry="false"
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user