Skip to content

Commit 1cdb2a1

Browse files
mzkjrfnl
authored andcommitted
Fix invalid namespace in phpdoc (\PHP_CodeSniffer\Files\File) (#3885)
1 parent 646b6ce commit 1cdb2a1

16 files changed

+64
-64
lines changed

src/Reports/Cbf.php

+4-4
Original file line numberDiff line numberDiff 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

src/Reports/Checkstyle.php

+4-4
Original file line numberDiff line numberDiff 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
*/

src/Reports/Code.php

+4-4
Original file line numberDiff line numberDiff 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
*/

src/Reports/Csv.php

+4-4
Original file line numberDiff line numberDiff 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
*/

src/Reports/Diff.php

+4-4
Original file line numberDiff line numberDiff 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
*/

src/Reports/Emacs.php

+4-4
Original file line numberDiff line numberDiff 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
*/

src/Reports/Full.php

+4-4
Original file line numberDiff line numberDiff 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
*/

src/Reports/Info.php

+4-4
Original file line numberDiff line numberDiff 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
*/

src/Reports/Json.php

+4-4
Original file line numberDiff line numberDiff 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
*/

src/Reports/Junit.php

+4-4
Original file line numberDiff line numberDiff 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
*/

src/Reports/Notifysend.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ public function __construct()
8888
* and FALSE if it ignored the file. Returning TRUE indicates that the file and
8989
* its data should be counted in the grand totals.
9090
*
91-
* @param array $report Prepared report data.
92-
* @param \PHP_CodeSniffer\File $phpcsFile The file being reported on.
93-
* @param bool $showSources Show sources?
94-
* @param int $width Maximum allowed line width.
91+
* @param array $report Prepared report data.
92+
* @param \PHP_CodeSniffer\Files\File $phpcsFile The file being reported on.
93+
* @param bool $showSources Show sources?
94+
* @param int $width Maximum allowed line width.
9595
*
9696
* @return bool
9797
*/

src/Reports/Report.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ interface 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
*/

src/Reports/Source.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ class Source 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
*/

src/Reports/Summary.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ class Summary 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
*/

src/Reports/VersionControl.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ abstract class VersionControl implements Report
3131
* and FALSE if it ignored the file. Returning TRUE indicates that the file and
3232
* its data should be counted in the grand totals.
3333
*
34-
* @param array $report Prepared report data.
35-
* @param \PHP_CodeSniffer\File $phpcsFile The file being reported on.
36-
* @param bool $showSources Show sources?
37-
* @param int $width Maximum allowed line width.
34+
* @param array $report Prepared report data.
35+
* @param \PHP_CodeSniffer\Files\File $phpcsFile The file being reported on.
36+
* @param bool $showSources Show sources?
37+
* @param int $width Maximum allowed line width.
3838
*
3939
* @return bool
4040
*/

src/Reports/Xml.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ class Xml 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
*/

0 commit comments

Comments
 (0)