We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4679184 commit 0a47c6eCopy full SHA for 0a47c6e
phpstan.neon
@@ -2,7 +2,7 @@ parameters:
2
reportUnmatchedIgnoredErrors:
3
false
4
ignoreErrors:
5
- - '#Unsafe usage of new static()#'
+ - '#Unsafe usage of new static\(\)#'
6
- '#Call to static method performRequest\(\) on trait#'
7
- '#Constant JSON_THROW_ON_ERROR not found#'
8
- '#Caught class JsonException not found#'
ruleset.xml
@@ -2,5 +2,6 @@
<ruleset name="Elasticsearch-PHP">
<rule ref="PSR2">
<exclude name="Generic.Files.LineLength.TooLong"/>
+ <exclude name="Squiz.WhiteSpace.SuperfluousWhitespace.EndLine"/>
</rule>
</ruleset>
0 commit comments