@@ -65,7 +65,7 @@ |
||
65 | 65 | /** |
66 | 66 | * Returns an array of tokens this test wants to listen for. |
67 | 67 | * |
68 | - * @return array |
|
68 | + * @return integer[] |
|
69 | 69 | */ |
70 | 70 | public function register() |
71 | 71 | { |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * its data should be counted in the grand totals. |
30 | 30 | * |
31 | 31 | * @param array $report Prepared report data. |
32 | - * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on. |
|
32 | + * @param File $phpcsFile The file being reported on. |
|
33 | 33 | * @param bool $showSources Show sources? |
34 | 34 | * @param int $width Maximum allowed line width. |
35 | 35 | * |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * its data should be counted in the grand totals. |
30 | 30 | * |
31 | 31 | * @param array $report Prepared report data. |
32 | - * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on. |
|
32 | + * @param File $phpcsFile The file being reported on. |
|
33 | 33 | * @param bool $showSources Show sources? |
34 | 34 | * @param int $width Maximum allowed line width. |
35 | 35 | * |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * its data should be counted in the grand totals. |
30 | 30 | * |
31 | 31 | * @param array $report Prepared report data. |
32 | - * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on. |
|
32 | + * @param File $phpcsFile The file being reported on. |
|
33 | 33 | * @param bool $showSources Show sources? |
34 | 34 | * @param int $width Maximum allowed line width. |
35 | 35 | * |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * its data should be counted in the grand totals. |
30 | 30 | * |
31 | 31 | * @param array $report Prepared report data. |
32 | - * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on. |
|
32 | + * @param File $phpcsFile The file being reported on. |
|
33 | 33 | * @param bool $showSources Show sources? |
34 | 34 | * @param int $width Maximum allowed line width. |
35 | 35 | * |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * its data should be counted in the grand totals. |
30 | 30 | * |
31 | 31 | * @param array $report Prepared report data. |
32 | - * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on. |
|
32 | + * @param File $phpcsFile The file being reported on. |
|
33 | 33 | * @param bool $showSources Show sources? |
34 | 34 | * @param int $width Maximum allowed line width. |
35 | 35 | * |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * its data should be counted in the grand totals. |
30 | 30 | * |
31 | 31 | * @param array $report Prepared report data. |
32 | - * @param \PHP_CodeSniffer\File $phpcsFile The file being reported on. |
|
32 | + * @param File $phpcsFile The file being reported on. |
|
33 | 33 | * @param bool $showSources Show sources? |
34 | 34 | * @param int $width Maximum allowed line width. |
35 | 35 | * |
@@ -31,7 +31,7 @@ |
||
31 | 31 | /** |
32 | 32 | * Returns an array of tokens this test wants to listen for. |
33 | 33 | * |
34 | - * @return array |
|
34 | + * @return string[] |
|
35 | 35 | */ |
36 | 36 | public function register() |
37 | 37 | { |
@@ -65,7 +65,7 @@ |
||
65 | 65 | /** |
66 | 66 | * Returns an array of tokens this test wants to listen for. |
67 | 67 | * |
68 | - * @return array |
|
68 | + * @return integer[] |
|
69 | 69 | */ |
70 | 70 | public function register() |
71 | 71 | { |