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 @@ -29,10 +29,10 @@ class Cbf implements Report
2929 * and FALSE if it ignored the file. Returning TRUE indicates that the file and
3030 * its data should be counted in the grand totals.
3131 *
32- * @param array $report Prepared report data.
33- * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on.
34- * @param bool $showSources Show sources?
35- * @param int $width Maximum allowed line width.
32+ * @param array $report Prepared report data.
33+ * @param \PHP_CodeSniffer\Files\ File $phpcsFile The file being reported on.
34+ * @param bool $showSources Show sources?
35+ * @param int $width Maximum allowed line width.
3636 *
3737 * @return bool
3838 * @throws \PHP_CodeSniffer\Exceptions\DeepExitException
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ class Checkstyle implements Report
2323 * and FALSE if it ignored the file. Returning TRUE indicates that the file and
2424 * its data should be counted in the grand totals.
2525 *
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.
3030 *
3131 * @return bool
3232 */
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ class Code implements Report
2323 * and FALSE if it ignored the file. Returning TRUE indicates that the file and
2424 * its data should be counted in the grand totals.
2525 *
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.
3030 *
3131 * @return bool
3232 */
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ class Csv implements Report
2222 * and FALSE if it ignored the file. Returning TRUE indicates that the file and
2323 * its data should be counted in the grand totals.
2424 *
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.
2929 *
3030 * @return bool
3131 */
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ class Diff implements Report
2323 * and FALSE if it ignored the file. Returning TRUE indicates that the file and
2424 * its data should be counted in the grand totals.
2525 *
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.
3030 *
3131 * @return bool
3232 */
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ class Emacs implements Report
2222 * and FALSE if it ignored the file. Returning TRUE indicates that the file and
2323 * its data should be counted in the grand totals.
2424 *
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.
2929 *
3030 * @return bool
3131 */
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ class Full implements Report
2323 * and FALSE if it ignored the file. Returning TRUE indicates that the file and
2424 * its data should be counted in the grand totals.
2525 *
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.
3030 *
3131 * @return bool
3232 */
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ class Info implements Report
2323 * and FALSE if it ignored the file. Returning TRUE indicates that the file and
2424 * its data should be counted in the grand totals.
2525 *
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.
3030 *
3131 * @return bool
3232 */
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ class Json implements Report
2323 * and FALSE if it ignored the file. Returning TRUE indicates that the file and
2424 * its data should be counted in the grand totals.
2525 *
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.
3030 *
3131 * @return bool
3232 */
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ class Junit implements Report
2424 * and FALSE if it ignored the file. Returning TRUE indicates that the file and
2525 * its data should be counted in the grand totals.
2626 *
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.
3131 *
3232 * @return bool
3333 */
You can’t perform that action at this time.
0 commit comments