File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,7 @@ public static function getDescription(): string
76
76
return 'Parses a report in checkstyle format ' ;
77
77
}
78
78
79
- /**
80
- * @param XMLReader $reader
81
- * @param string $currentFile
82
- */
83
- protected function handleErrors ($ reader , $ currentFile )
79
+ protected function handleErrors (XMLReader $ reader , string $ currentFile )
84
80
{
85
81
if ($ reader ->name === "error " ) {
86
82
$ this ->coveredLines
@@ -90,12 +86,7 @@ protected function handleErrors($reader, $currentFile)
90
86
}
91
87
}
92
88
93
- /**
94
- * @param XMLReader $reader
95
- * @param string $currentFile
96
- * @return string
97
- */
98
- protected function handleFile ($ reader , $ currentFile )
89
+ protected function handleFile (XMLReader $ reader , string $ currentFile ): string
99
90
{
100
91
if ((
101
92
$ reader ->name === "file " &&
You can’t perform that action at this time.
0 commit comments