Completed
Push — php70 ( 992172...1282e6 )
by Wim
04:08
created
Sniffs/PHP/ConstantArraysUsingDefineSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     /**
27 27
      * Returns an array of tokens this test wants to listen for.
28 28
      *
29
-     * @return array
29
+     * @return integer[]
30 30
      */
31 31
     public function register()
32 32
     {
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
      * @param int                  $stackPtr  The position of the current token in the
41 41
      *                                        stack passed in $tokens.
42 42
      *
43
-     * @return void
43
+     * @return null|false
44 44
      */
45 45
     public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
46 46
     {
Please login to merge, or discard this patch.