File tree Expand file tree Collapse file tree 16 files changed +64
-64
lines changed Expand file tree Collapse file tree 16 files changed +64
-64
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ class Cbf implements Report
28
28
* and FALSE if it ignored the file. Returning TRUE indicates that the file and
29
29
* its data should be counted in the grand totals.
30
30
*
31
- * @param array $report Prepared report data.
32
- * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on.
33
- * @param bool $showSources Show sources?
34
- * @param int $width Maximum allowed line width.
31
+ * @param array $report Prepared report data.
32
+ * @param \PHP_CodeSniffer\Files\ File $phpcsFile The file being reported on.
33
+ * @param bool $showSources Show sources?
34
+ * @param int $width Maximum allowed line width.
35
35
*
36
36
* @return bool
37
37
* @throws \PHP_CodeSniffer\Exceptions\DeepExitException
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ class Checkstyle implements Report
23
23
* and FALSE if it ignored the file. Returning TRUE indicates that the file and
24
24
* its data should be counted in the grand totals.
25
25
*
26
- * @param array $report Prepared report data.
27
- * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on.
28
- * @param bool $showSources Show sources?
29
- * @param int $width Maximum allowed line width.
26
+ * @param array $report Prepared report data.
27
+ * @param \PHP_CodeSniffer\Files\ File $phpcsFile The file being reported on.
28
+ * @param bool $showSources Show sources?
29
+ * @param int $width Maximum allowed line width.
30
30
*
31
31
* @return bool
32
32
*/
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ class Code implements Report
23
23
* and FALSE if it ignored the file. Returning TRUE indicates that the file and
24
24
* its data should be counted in the grand totals.
25
25
*
26
- * @param array $report Prepared report data.
27
- * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on.
28
- * @param bool $showSources Show sources?
29
- * @param int $width Maximum allowed line width.
26
+ * @param array $report Prepared report data.
27
+ * @param \PHP_CodeSniffer\Files\ File $phpcsFile The file being reported on.
28
+ * @param bool $showSources Show sources?
29
+ * @param int $width Maximum allowed line width.
30
30
*
31
31
* @return bool
32
32
*/
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ class Csv implements Report
22
22
* and FALSE if it ignored the file. Returning TRUE indicates that the file and
23
23
* its data should be counted in the grand totals.
24
24
*
25
- * @param array $report Prepared report data.
26
- * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on.
27
- * @param bool $showSources Show sources?
28
- * @param int $width Maximum allowed line width.
25
+ * @param array $report Prepared report data.
26
+ * @param \PHP_CodeSniffer\Files\ File $phpcsFile The file being reported on.
27
+ * @param bool $showSources Show sources?
28
+ * @param int $width Maximum allowed line width.
29
29
*
30
30
* @return bool
31
31
*/
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ class Diff implements Report
22
22
* and FALSE if it ignored the file. Returning TRUE indicates that the file and
23
23
* its data should be counted in the grand totals.
24
24
*
25
- * @param array $report Prepared report data.
26
- * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on.
27
- * @param bool $showSources Show sources?
28
- * @param int $width Maximum allowed line width.
25
+ * @param array $report Prepared report data.
26
+ * @param \PHP_CodeSniffer\Files\ File $phpcsFile The file being reported on.
27
+ * @param bool $showSources Show sources?
28
+ * @param int $width Maximum allowed line width.
29
29
*
30
30
* @return bool
31
31
*/
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ class Emacs implements Report
22
22
* and FALSE if it ignored the file. Returning TRUE indicates that the file and
23
23
* its data should be counted in the grand totals.
24
24
*
25
- * @param array $report Prepared report data.
26
- * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on.
27
- * @param bool $showSources Show sources?
28
- * @param int $width Maximum allowed line width.
25
+ * @param array $report Prepared report data.
26
+ * @param \PHP_CodeSniffer\Files\ File $phpcsFile The file being reported on.
27
+ * @param bool $showSources Show sources?
28
+ * @param int $width Maximum allowed line width.
29
29
*
30
30
* @return bool
31
31
*/
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ class Full implements Report
23
23
* and FALSE if it ignored the file. Returning TRUE indicates that the file and
24
24
* its data should be counted in the grand totals.
25
25
*
26
- * @param array $report Prepared report data.
27
- * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on.
28
- * @param bool $showSources Show sources?
29
- * @param int $width Maximum allowed line width.
26
+ * @param array $report Prepared report data.
27
+ * @param \PHP_CodeSniffer\Files\ File $phpcsFile The file being reported on.
28
+ * @param bool $showSources Show sources?
29
+ * @param int $width Maximum allowed line width.
30
30
*
31
31
* @return bool
32
32
*/
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ class Info implements Report
23
23
* and FALSE if it ignored the file. Returning TRUE indicates that the file and
24
24
* its data should be counted in the grand totals.
25
25
*
26
- * @param array $report Prepared report data.
27
- * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on.
28
- * @param bool $showSources Show sources?
29
- * @param int $width Maximum allowed line width.
26
+ * @param array $report Prepared report data.
27
+ * @param \PHP_CodeSniffer\Files\ File $phpcsFile The file being reported on.
28
+ * @param bool $showSources Show sources?
29
+ * @param int $width Maximum allowed line width.
30
30
*
31
31
* @return bool
32
32
*/
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ class Json implements Report
23
23
* and FALSE if it ignored the file. Returning TRUE indicates that the file and
24
24
* its data should be counted in the grand totals.
25
25
*
26
- * @param array $report Prepared report data.
27
- * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on.
28
- * @param bool $showSources Show sources?
29
- * @param int $width Maximum allowed line width.
26
+ * @param array $report Prepared report data.
27
+ * @param \PHP_CodeSniffer\Files\ File $phpcsFile The file being reported on.
28
+ * @param bool $showSources Show sources?
29
+ * @param int $width Maximum allowed line width.
30
30
*
31
31
* @return bool
32
32
*/
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ class Junit implements Report
24
24
* and FALSE if it ignored the file. Returning TRUE indicates that the file and
25
25
* its data should be counted in the grand totals.
26
26
*
27
- * @param array $report Prepared report data.
28
- * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on.
29
- * @param bool $showSources Show sources?
30
- * @param int $width Maximum allowed line width.
27
+ * @param array $report Prepared report data.
28
+ * @param \PHP_CodeSniffer\Files\ File $phpcsFile The file being reported on.
29
+ * @param bool $showSources Show sources?
30
+ * @param int $width Maximum allowed line width.
31
31
*
32
32
* @return bool
33
33
*/
You can’t perform that action at this time.
0 commit comments