Completed
Pull Request — master (#50)
by
unknown
13:09
created
CodeSniffer/Standards/Generic/Sniffs/PHP/NoSilencedErrorsSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     /**
45 45
      * Returns an array of tokens this test wants to listen for.
46 46
      *
47
-     * @return array
47
+     * @return string[]
48 48
      */
49 49
     public function register()
50 50
     {
Please login to merge, or discard this patch.
Standards/Generic/Sniffs/VersionControl/SubversionPropertiesSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     /**
47 47
      * Returns an array of tokens this test wants to listen for.
48 48
      *
49
-     * @return array
49
+     * @return integer[]
50 50
      */
51 51
     public function register()
52 52
     {
Please login to merge, or discard this patch.
Standards/Generic/Sniffs/WhiteSpace/DisallowSpaceIndentSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     /**
51 51
      * Returns an array of tokens this test wants to listen for.
52 52
      *
53
-     * @return array
53
+     * @return integer[]
54 54
      */
55 55
     public function register()
56 56
     {
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
      * @param int                  $stackPtr  The position of the current token in
67 67
      *                                        the stack passed in $tokens.
68 68
      *
69
-     * @return void
69
+     * @return integer
70 70
      */
71 71
     public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
72 72
     {
Please login to merge, or discard this patch.
CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/ScopeIndentSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     /**
118 118
      * Returns an array of tokens this test wants to listen for.
119 119
      *
120
-     * @return array
120
+     * @return integer[]
121 121
      */
122 122
     public function register()
123 123
     {
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
      * @param int                  $stackPtr  The position of the current token
138 138
      *                                        in the stack passed in $tokens.
139 139
      *
140
-     * @return void
140
+     * @return integer
141 141
      */
142 142
     public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
143 143
     {
Please login to merge, or discard this patch.
CodeSniffer/Standards/MySource/Sniffs/Channels/DisallowSelfActionsSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     /**
31 31
      * Returns an array of tokens this test wants to listen for.
32 32
      *
33
-     * @return array
33
+     * @return integer[]
34 34
      */
35 35
     public function register()
36 36
     {
Please login to merge, or discard this patch.
CodeSniffer/Standards/MySource/Sniffs/Channels/IncludeOwnSystemSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
     /**
31 31
      * Returns an array of tokens this test wants to listen for.
32 32
      *
33
-     * @return array
33
+     * @return integer[]
34 34
      */
35 35
     public function register()
36 36
     {
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
      * @param int                  $stackPtr  The position in the tokens array of the
94 94
      *                                        potentially included class.
95 95
      *
96
-     * @return string
96
+     * @return boolean
97 97
      */
98 98
     protected function getIncludedClassFromToken(
99 99
         PHP_CodeSniffer_File $phpcsFile,
Please login to merge, or discard this patch.
CodeSniffer/Standards/MySource/Sniffs/Objects/AssignThisSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * Returns an array of tokens this test wants to listen for.
39 39
      *
40
-     * @return array
40
+     * @return string[]
41 41
      */
42 42
     public function register()
43 43
     {
Please login to merge, or discard this patch.
Standards/MySource/Sniffs/Objects/CreateWidgetTypeCallbackSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * Returns an array of tokens this test wants to listen for.
39 39
      *
40
-     * @return array
40
+     * @return string[]
41 41
      */
42 42
     public function register()
43 43
     {
Please login to merge, or discard this patch.
CodeSniffer/Standards/MySource/Sniffs/PHP/AjaxNullComparisonSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     /**
34 34
      * Returns an array of tokens this test wants to listen for.
35 35
      *
36
-     * @return array
36
+     * @return integer[]
37 37
      */
38 38
     public function register()
39 39
     {
Please login to merge, or discard this patch.