Completed
Pull Request — master (#50)
by
unknown
13:09
created
CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayBracketSpacingSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Returns an array of tokens this test wants to listen for.
36 36
      *
37
-     * @return array
37
+     * @return string[]
38 38
      */
39 39
     public function register()
40 40
     {
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Sniffs/Classes/ValidClassNameSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Returns an array of tokens this test wants to listen for.
36 36
      *
37
-     * @return array
37
+     * @return integer[]
38 38
      */
39 39
     public function register()
40 40
     {
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClassCommentSniff.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.
Standards/Squiz/Sniffs/Commenting/ClosingDeclarationCommentSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Returns an array of tokens this test wants to listen for.
36 36
      *
37
-     * @return array
37
+     * @return integer[]
38 38
      */
39 39
     public function register()
40 40
     {
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Sniffs/Commenting/FileCommentSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     /**
44 44
      * Returns an array of tokens this test wants to listen for.
45 45
      *
46
-     * @return array
46
+     * @return integer[]
47 47
      */
48 48
     public function register()
49 49
     {
Please login to merge, or discard this patch.
Standards/Squiz/Sniffs/ControlStructures/InlineIfDeclarationSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Returns an array of tokens this test wants to listen for.
36 36
      *
37
-     * @return array
37
+     * @return string[]
38 38
      */
39 39
     public function register()
40 40
     {
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Sniffs/CSS/MissingColonSniff.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 the token types that this sniff is interested in.
41 41
      *
42
-     * @return int[]
42
+     * @return string[]
43 43
      */
44 44
     public function register()
45 45
     {
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Sniffs/CSS/ShorthandSizeSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     /**
56 56
      * Returns the token types that this sniff is interested in.
57 57
      *
58
-     * @return int[]
58
+     * @return string[]
59 59
      */
60 60
     public function register()
61 61
     {
Please login to merge, or discard this patch.
php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/JSLintSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * Returns the token types that this sniff is interested in.
41 41
      *
42
-     * @return int[]
42
+     * @return integer[]
43 43
      */
44 44
     public function register()
45 45
     {
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      * @param int                  $stackPtr  The position in the stack where
56 56
      *                                        the token was found.
57 57
      *
58
-     * @return void
58
+     * @return null|integer
59 59
      * @throws PHP_CodeSniffer_Exception If jslint.js could not be run
60 60
      */
61 61
     public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
Please login to merge, or discard this patch.