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