@@ -27,11 +27,11 @@ |
||
| 27 | 27 | * its data should be counted in the grand totals. |
| 28 | 28 | * |
| 29 | 29 | * @param array $report Prepared report data. |
| 30 | - * @param \Symplify\PHP7_CodeSniffer\File $phpcsFile The file being reported on. |
|
| 30 | + * @param File $phpcsFile The file being reported on. |
|
| 31 | 31 | * @param bool $showSources Show sources? |
| 32 | 32 | * @param int $width Maximum allowed line width. |
| 33 | 33 | * |
| 34 | - * @return bool |
|
| 34 | + * @return null|boolean |
|
| 35 | 35 | */ |
| 36 | 36 | public function generateFileReport($report, File $phpcsFile, $showSources=false, $width=80) |
| 37 | 37 | { |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | * its data should be counted in the grand totals. |
| 25 | 25 | * |
| 26 | 26 | * @param array $report Prepared report data. |
| 27 | - * @param \Symplify\PHP7_CodeSniffer\File $phpcsFile The file being reported on. |
|
| 27 | + * @param File $phpcsFile The file being reported on. |
|
| 28 | 28 | * @param bool $showSources Show sources? |
| 29 | 29 | * @param int $width Maximum allowed line width. |
| 30 | 30 | * |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | * its data should be counted in the grand totals. |
| 25 | 25 | * |
| 26 | 26 | * @param array $report Prepared report data. |
| 27 | - * @param \Symplify\PHP7_CodeSniffer\File $phpcsFile The file being reported on. |
|
| 27 | + * @param File $phpcsFile The file being reported on. |
|
| 28 | 28 | * @param bool $showSources Show sources? |
| 29 | 29 | * @param int $width Maximum allowed line width. |
| 30 | 30 | * |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | * its data should be counted in the grand totals. |
| 25 | 25 | * |
| 26 | 26 | * @param array $report Prepared report data. |
| 27 | - * @param \Symplify\PHP7_CodeSniffer\File $phpcsFile The file being reported on. |
|
| 27 | + * @param File $phpcsFile The file being reported on. |
|
| 28 | 28 | * @param bool $showSources Show sources? |
| 29 | 29 | * @param int $width Maximum allowed line width. |
| 30 | 30 | * |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | * its data should be counted in the grand totals. |
| 25 | 25 | * |
| 26 | 26 | * @param array $report Prepared report data. |
| 27 | - * @param \Symplify\PHP7_CodeSniffer\File $phpcsFile The file being reported on. |
|
| 27 | + * @param File $phpcsFile The file being reported on. |
|
| 28 | 28 | * @param bool $showSources Show sources? |
| 29 | 29 | * @param int $width Maximum allowed line width. |
| 30 | 30 | * |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | * its data should be counted in the grand totals. |
| 25 | 25 | * |
| 26 | 26 | * @param array $report Prepared report data. |
| 27 | - * @param \Symplify\PHP7_CodeSniffer\File $phpcsFile The file being reported on. |
|
| 27 | + * @param File $phpcsFile The file being reported on. |
|
| 28 | 28 | * @param bool $showSources Show sources? |
| 29 | 29 | * @param int $width Maximum allowed line width. |
| 30 | 30 | * |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | * its data should be counted in the grand totals. |
| 25 | 25 | * |
| 26 | 26 | * @param array $report Prepared report data. |
| 27 | - * @param \Symplify\PHP7_CodeSniffer\File $phpcsFile The file being reported on. |
|
| 27 | + * @param File $phpcsFile The file being reported on. |
|
| 28 | 28 | * @param bool $showSources Show sources? |
| 29 | 29 | * @param int $width Maximum allowed line width. |
| 30 | 30 | * |
@@ -177,7 +177,7 @@ discard block |
||
| 177 | 177 | /** |
| 178 | 178 | * Processes the test. |
| 179 | 179 | * |
| 180 | - * @param Symplify\PHP7_CodeSniffer_File $phpcsFile The Symplify\PHP7_CodeSniffer file where the |
|
| 180 | + * @param File $phpcsFile The Symplify\PHP7_CodeSniffer file where the |
|
| 181 | 181 | * token occurred. |
| 182 | 182 | * @param int $stackPtr The position in the tokens stack |
| 183 | 183 | * where the listening token type was |
@@ -247,7 +247,7 @@ discard block |
||
| 247 | 247 | * for checking, which includes are |
| 248 | 248 | * parsed token representation of the |
| 249 | 249 | * pattern. |
| 250 | - * @param Symplify\PHP7_CodeSniffer_File $phpcsFile The Symplify\PHP7_CodeSniffer file where the |
|
| 250 | + * @param File $phpcsFile The Symplify\PHP7_CodeSniffer file where the |
|
| 251 | 251 | * token occurred. |
| 252 | 252 | * @param int $stackPtr The position in the tokens stack where |
| 253 | 253 | * the listening token type was found. |
@@ -746,7 +746,7 @@ discard block |
||
| 746 | 746 | /** |
| 747 | 747 | * Processes any tokens registered with registerSupplementary(). |
| 748 | 748 | * |
| 749 | - * @param Symplify\PHP7_CodeSniffer_File $phpcsFile The Symplify\PHP7_CodeSniffer file where to |
|
| 749 | + * @param File $phpcsFile The Symplify\PHP7_CodeSniffer file where to |
|
| 750 | 750 | * process the skip. |
| 751 | 751 | * @param int $stackPtr The position in the tokens stack to |
| 752 | 752 | * process. |
@@ -117,7 +117,7 @@ discard block |
||
| 117 | 117 | /** |
| 118 | 118 | * Processes the tokens that this test is listening for. |
| 119 | 119 | * |
| 120 | - * @param Symplify\PHP7_CodeSniffer_File $phpcsFile The file where this token was found. |
|
| 120 | + * @param File $phpcsFile The file where this token was found. |
|
| 121 | 121 | * @param int $stackPtr The position in the stack where this |
| 122 | 122 | * token was found. |
| 123 | 123 | * |
@@ -147,7 +147,7 @@ discard block |
||
| 147 | 147 | * Processes a token that is found within the scope that this test is |
| 148 | 148 | * listening to. |
| 149 | 149 | * |
| 150 | - * @param Symplify\PHP7_CodeSniffer_File $phpcsFile The file where this token was found. |
|
| 150 | + * @param File $phpcsFile The file where this token was found. |
|
| 151 | 151 | * @param int $stackPtr The position in the stack where this |
| 152 | 152 | * token was found. |
| 153 | 153 | * @param int $currScope The position in the tokens array that |
@@ -163,7 +163,7 @@ discard block |
||
| 163 | 163 | * Processes a token that is found within the scope that this test is |
| 164 | 164 | * listening to. |
| 165 | 165 | * |
| 166 | - * @param Symplify\PHP7_CodeSniffer_File $phpcsFile The file where this token was found. |
|
| 166 | + * @param File $phpcsFile The file where this token was found. |
|
| 167 | 167 | * @param int $stackPtr The position in the stack where this |
| 168 | 168 | * token was found. |
| 169 | 169 | * |