Skip to content
Snippets Groups Projects
Commit 13a2c6be authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix PossiblyUndefinedGlobalVariable (2x)

parent a43edd79
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
allowStringToStandInForClass="true"
>
<projectFiles>
<directory name="config-templates" />
<directory name="lib/SimpleSAML" />
<!-- Replaces all modules/... with this one-liner for 2.0
......@@ -78,7 +79,7 @@
</errorLevel>
</UnresolvableInclude>
<!-- Ignore MissingFile on www-scripts - Remove for 2.0 -->
<!-- Ignore MissingFile on www-scripts - Remove when the last www-script is replaced by a controller -->
<MissingFile>
<errorLevel type="suppress">
<file name="www/*.php" />
......@@ -86,6 +87,15 @@
</errorLevel>
</MissingFile>
<!-- Suppress PossiblyUndefinedGlobalVariable on templates -->
<PossiblyUndefinedGlobalVariable>
<errorLevel type="suppress">
<directory name="config-templates" />
<directory name="metadata-templates" />
<directory name="modules/adfs/metadata-templates" />
</errorLevel>
</PossiblyUndefinedGlobalVariable>
<!-- Suppress PHPunit-issue -->
<PropertyNotSetInConstructor>
<errorLevel type="suppress">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment