@@ -20,16 +20,19 @@ public function testCheckPhpClasses(): void
2020 static ::assertSame (
2121 [
2222 'Simple-PHP-Code-Parser/tests/Dummy3.php ' => [
23- 0 => '[9]: missing return type for voku\tests\foo3() ' ,
24- 1 => '[19]: missing property type for voku\tests\Dummy3->$foo ' ,
25- 2 => '[19]: missing property type for voku\tests\Dummy3->$foo_mixed ' ,
26- 3 => '[154]: missing parameter type "null" in phpdoc from voku\tests\Dummy3->lall8() | parameter:case ' ,
27- 4 => '[44]: missing parameter type for voku\tests\Dummy3->lall() | parameter:foo ' ,
28- 5 => '[44]: missing return type for voku\tests\Dummy3->lall() ' ,
29- 6 => '[74]: wrong return type "string" in phpdoc from voku\tests\Dummy3->lall3() ' ,
30- 7 => '[64]: wrong return type "null" in phpdoc from voku\tests\Dummy3->lall2_1() ' ,
31- 8 => '[54]: missing return type "null" in phpdoc from voku\tests\Dummy3->lall2() ' ,
32- 9 => '[84]: wrong parameter type "string" in phpdoc from voku\tests\Dummy3->lall3_1() | parameter:foo ' ,
23+ 0 => '[9]: missing return type for voku\tests\foo3() ' ,
24+ 1 => '[19]: missing property type for voku\tests\Dummy3->$foo ' ,
25+ 2 => '[19]: missing property type for voku\tests\Dummy3->$foo_mixed ' ,
26+ 3 => '[174]: missing parameter type "null" in phpdoc from voku\tests\Dummy3->lall10() | parameter:case ' ,
27+ 4 => '[184]: missing parameter type "null" in phpdoc from voku\tests\Dummy3->lall11() | parameter:case ' ,
28+ 5 => '[124]: missing parameter type "null" in phpdoc from voku\tests\Dummy3->lall5() | parameter:case ' ,
29+ 6 => '[154]: missing parameter type "null" in phpdoc from voku\tests\Dummy3->lall8() | parameter:case ' ,
30+ 7 => '[44]: missing parameter type for voku\tests\Dummy3->lall() | parameter:foo ' ,
31+ 8 => '[44]: missing return type for voku\tests\Dummy3->lall() ' ,
32+ 9 => '[74]: wrong return type "string" in phpdoc from voku\tests\Dummy3->lall3() ' ,
33+ 10 => '[64]: wrong return type "null" in phpdoc from voku\tests\Dummy3->lall2_1() ' ,
34+ 11 => '[54]: missing return type "null" in phpdoc from voku\tests\Dummy3->lall2() ' ,
35+ 12 => '[84]: wrong parameter type "string" in phpdoc from voku\tests\Dummy3->lall3_1() | parameter:foo ' ,
3336 ],
3437 ],
3538 $ phpCodeErrors
0 commit comments