File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ Tests/ export-ignore
55.gitattributes export-ignore
66.gitignore export-ignore
77phpstan.neon export-ignore
8+ phpstan-baseline.neon export-ignore
89phpunit.xml.dist export-ignore
910ruleset.xml export-ignore
Original file line number Diff line number Diff line change 1+ parameters :
2+ ignoreErrors :
3+ -
4+ message : ' #^Call to function is_string\(\) with string will always evaluate to true\.$#'
5+ identifier : function.alreadyNarrowedType
6+ count : 1
7+ path : src/InputFilter.php
8+
9+ -
10+ message : ' #^Call to function is_null\(\) with int will always evaluate to false\.$#'
11+ identifier : function.impossibleType
12+ count : 1
13+ path : src/OutputFilter.php
14+
15+ -
16+ message : ' #^Call to function is_object\(\) with object will always evaluate to true\.$#'
17+ identifier : function.alreadyNarrowedType
18+ count : 1
19+ path : src/OutputFilter.php
Original file line number Diff line number Diff line change 11
22includes :
33 - vendor/phpstan/phpstan-deprecation-rules/rules.neon
4+ - phpstan-baseline.neon
45
56parameters :
67 level : 5
You can’t perform that action at this time.
0 commit comments