Passed
Branch master (ccf1c2)
by Christian
03:57
created
MO4/Sniffs/Formatting/AlphabeticalUseStatementsSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
     /**
90 90
      * Returns an array of tokens this test wants to listen for.
91 91
      *
92
-     * @return array
92
+     * @return integer[]
93 93
      * @throws \PHP_CodeSniffer\Exceptions\RuntimeException
94 94
      */
95 95
     public function register()
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
      * @param File $phpcsFile PHP CS File
188 188
      * @param int  $stackPtr  pointer
189 189
      *
190
-     * @return array|false
190
+     * @return string
191 191
      */
192 192
     private function getUseImport(File $phpcsFile, $stackPtr)
193 193
     {
Please login to merge, or discard this patch.