mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix #597 add namespace to XML schema urls
This commit is contained in:
parent
391eef0d9d
commit
f6356d96bd
@ -2,7 +2,8 @@
|
|||||||
<psalm
|
<psalm
|
||||||
totallyTyped="true"
|
totallyTyped="true"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="vendor/vimeo/psalm/config.xsd"
|
xmlns="urn:Test.Namespace"
|
||||||
|
xsi:schemaLocation="urn:Test.Namespace vendor/vimeo/psalm/config.xsd"
|
||||||
>
|
>
|
||||||
<projectFiles>
|
<projectFiles>
|
||||||
<directory name="src" />
|
<directory name="src" />
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
<psalm
|
<psalm
|
||||||
totallyTyped="false"
|
totallyTyped="false"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="vendor/vimeo/psalm/config.xsd"
|
xmlns="urn:Test.Namespace"
|
||||||
|
xsi:schemaLocation="urn:Test.Namespace vendor/vimeo/psalm/config.xsd"
|
||||||
>
|
>
|
||||||
<projectFiles>
|
<projectFiles>
|
||||||
<directory name="src" />
|
<directory name="src" />
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
<psalm
|
<psalm
|
||||||
totallyTyped="false"
|
totallyTyped="false"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="vendor/vimeo/psalm/config.xsd"
|
xmlns="urn:Test.Namespace"
|
||||||
|
xsi:schemaLocation="urn:Test.Namespace vendor/vimeo/psalm/config.xsd"
|
||||||
>
|
>
|
||||||
<projectFiles>
|
<projectFiles>
|
||||||
<directory name="src" />
|
<directory name="src" />
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
<psalm
|
<psalm
|
||||||
totallyTyped="false"
|
totallyTyped="false"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="vendor/vimeo/psalm/config.xsd"
|
xmlns="urn:Test.Namespace"
|
||||||
|
xsi:schemaLocation="urn:Test.Namespace vendor/vimeo/psalm/config.xsd"
|
||||||
>
|
>
|
||||||
<projectFiles>
|
<projectFiles>
|
||||||
<directory name="src" />
|
<directory name="src" />
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
<psalm
|
<psalm
|
||||||
totallyTyped="false"
|
totallyTyped="false"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="vendor/vimeo/psalm/config.xsd"
|
xmlns="urn:Test.Namespace"
|
||||||
|
xsi:schemaLocation="urn:Test.Namespace vendor/vimeo/psalm/config.xsd"
|
||||||
>
|
>
|
||||||
<projectFiles>
|
<projectFiles>
|
||||||
<directory name="src" />
|
<directory name="src" />
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
<psalm
|
<psalm
|
||||||
totallyTyped="false"
|
totallyTyped="false"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="vendor/vimeo/psalm/config.xsd"
|
xmlns="urn:Test.Namespace"
|
||||||
|
xsi:schemaLocation="urn:Test.Namespace vendor/vimeo/psalm/config.xsd"
|
||||||
>
|
>
|
||||||
<projectFiles>
|
<projectFiles>
|
||||||
<directory name="src" />
|
<directory name="src" />
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
<psalm
|
<psalm
|
||||||
totallyTyped="false"
|
totallyTyped="false"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="vendor/vimeo/psalm/config.xsd"
|
xmlns="urn:Test.Namespace"
|
||||||
|
xsi:schemaLocation="urn:Test.Namespace vendor/vimeo/psalm/config.xsd"
|
||||||
>
|
>
|
||||||
<projectFiles>
|
<projectFiles>
|
||||||
<directory name="src" />
|
<directory name="src" />
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
<psalm
|
<psalm
|
||||||
totallyTyped="false"
|
totallyTyped="false"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="vendor/vimeo/psalm/config.xsd"
|
xmlns="urn:Test.Namespace"
|
||||||
|
xsi:schemaLocation="urn:Test.Namespace vendor/vimeo/psalm/config.xsd"
|
||||||
>
|
>
|
||||||
<projectFiles>
|
<projectFiles>
|
||||||
<directory name="src" />
|
<directory name="src" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user