Skip to content
Snippets Groups Projects
Commit a14ef9fc authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Ignore MissingParamType since we need to support PHP < 7

parent 56b4e885
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,8 @@
<PropertyNotSetInConstructor errorLevel="info" />
<MissingConstructor errorLevel="info" />
<MissingClosureParamType errorLevel="info" />
<MissingClosureParamType errorLevel="info" />
<MissingParamType errorLevel="info" />
<UnusedClass errorLevel="info" />
<PossiblyUnusedMethod errorLevel="info" />
<UntypedParam errorLevel="info" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment