Completed
Pull Request — master (#50)
by
unknown
13:09
created
CodeSniffer/Standards/PEAR/Sniffs/Commenting/FunctionCommentSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * Returns an array of tokens this test wants to listen for.
34 34
      *
35
-     * @return array
35
+     * @return integer[]
36 36
      */
37 37
     public function register()
38 38
     {
Please login to merge, or discard this patch.
Standards/PEAR/Sniffs/ControlStructures/MultiLineConditionSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     /**
50 50
      * Returns an array of tokens this test wants to listen for.
51 51
      *
52
-     * @return array
52
+     * @return integer[]
53 53
      */
54 54
     public function register()
55 55
     {
Please login to merge, or discard this patch.
CodeSniffer/Standards/PEAR/Sniffs/Formatting/MultiLineAssignmentSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     /**
40 40
      * Returns an array of tokens this test wants to listen for.
41 41
      *
42
-     * @return array
42
+     * @return string[]
43 43
      */
44 44
     public function register()
45 45
     {
Please login to merge, or discard this patch.
CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@
 block discarded – undo
175 175
      * @param array                $tokens      The stack of tokens that make up
176 176
      *                                          the file.
177 177
      *
178
-     * @return void
178
+     * @return boolean
179 179
      */
180 180
     public function isMultiLineCall(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $tokens)
181 181
     {
Please login to merge, or discard this patch.
CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionDeclarationSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@
 block discarded – undo
187 187
      * @param array                $tokens      The stack of tokens that make up
188 188
      *                                          the file.
189 189
      *
190
-     * @return void
190
+     * @return boolean
191 191
      */
192 192
     public function isMultiLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $tokens)
193 193
     {
Please login to merge, or discard this patch.
CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Returns an array of tokens this test wants to listen for.
37 37
      *
38
-     * @return array
38
+     * @return integer[]
39 39
      */
40 40
     public function register()
41 41
     {
Please login to merge, or discard this patch.
Standards/PSR2/Sniffs/ControlStructures/SwitchDeclarationSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     /**
40 40
      * Returns an array of tokens this test wants to listen for.
41 41
      *
42
-     * @return array
42
+     * @return integer[]
43 43
      */
44 44
     public function register()
45 45
     {
Please login to merge, or discard this patch.
php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Files/ClosingTagSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     /**
33 33
      * Returns an array of tokens this test wants to listen for.
34 34
      *
35
-     * @return array
35
+     * @return integer[]
36 36
      */
37 37
     public function register()
38 38
     {
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      * @param int                  $stackPtr  The position of the current token in
49 49
      *                                        the stack passed in $tokens.
50 50
      *
51
-     * @return void
51
+     * @return integer
52 52
      */
53 53
     public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
54 54
     {
Please login to merge, or discard this patch.
CodeSniffer/Standards/PSR2/Sniffs/Files/EndFileNewlineSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     /**
33 33
      * Returns an array of tokens this test wants to listen for.
34 34
      *
35
-     * @return array
35
+     * @return integer[]
36 36
      */
37 37
     public function register()
38 38
     {
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      * @param int                  $stackPtr  The position of the current token in
49 49
      *                                        the stack passed in $tokens.
50 50
      *
51
-     * @return void
51
+     * @return integer
52 52
      */
53 53
     public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
54 54
     {
Please login to merge, or discard this patch.