File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # total 3759 errors
12includes :
23 - argument.type.neon
34 - assign.propertyType.neon
@@ -25,6 +26,7 @@ includes:
2526 - notIdentical.alwaysTrue.neon
2627 - nullCoalesce.property.neon
2728 - nullCoalesce.variable.neon
29+ - offsetAccess.notFound.neon
2830 - property.defaultValue.neon
2931 - property.nonObject.neon
3032 - property.notFound.neon
Original file line number Diff line number Diff line change 1- # total 22 errors
1+ # total 24 errors
22
33parameters :
44 ignoreErrors :
5+ -
6+ message : ' #^Call to method PHPUnit\\Framework\\Assert\:\:assertTrue\(\) with bool will always evaluate to true\.$#'
7+ count : 1
8+ path : ../../admin/starter/tests/unit/HealthTest.php
9+
10+ -
11+ message : ' #^Call to method PHPUnit\\Framework\\Assert\:\:assertTrue\(\) with bool will always evaluate to true\.$#'
12+ count : 1
13+ path : ../../tests/system/Autoloader/AutoloaderTest.php
14+
515 -
616 message : ' #^Call to method PHPUnit\\Framework\\Assert\:\:assertIsBool\(\) with bool will always evaluate to true\.$#'
717 count : 1
Original file line number Diff line number Diff line change 1+ # total 2 errors
2+
3+ parameters :
4+ ignoreErrors :
5+ -
6+ message : ' #^Offset ' ' _ci_old_input' ' does not exist on array\{\}\.$#'
7+ count : 2
8+ path : ../../tests/system/HTTP/RedirectResponseTest.php
You can’t perform that action at this time.
0 commit comments