Completed
Pull Request — develop (#1184)
by Juliette
03:40 queued 02:06
created
PHPCompatibility/Sniffs/FunctionUse/ArgumentFunctionsUsageSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
      *
79 79
      * @since 8.2.0
80 80
      *
81
-     * @return array
81
+     * @return integer[]
82 82
      */
83 83
     public function register()
84 84
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/Keywords/ForbiddenNamesAsDeclaredSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      *
101 101
      * @since 7.0.8
102 102
      *
103
-     * @return array
103
+     * @return integer[]
104 104
      */
105 105
     public function register()
106 106
     {
Please login to merge, or discard this patch.
Sniffs/ParameterValues/ForbiddenSessionModuleNameUserSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
      *
58 58
      * @since 10.0.0
59 59
      *
60
-     * @return array
60
+     * @return integer[]
61 61
      */
62 62
     public function register()
63 63
     {
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
      *
89 89
      * @since 10.0.0
90 90
      *
91
-     * @param \PHP_CodeSniffer_File $phpcsFile    The file being scanned.
91
+     * @param File $phpcsFile    The file being scanned.
92 92
      * @param int                   $stackPtr     The position of the current token in the stack.
93 93
      * @param string                $functionName The token content (function name) which was matched.
94 94
      * @param array                 $parameters   Array with information about the parameters.
Please login to merge, or discard this patch.
Sniffs/ParameterValues/NewNumberFormatMultibyteSeparatorsSniff.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
      *
58 58
      * @since 10.0.0
59 59
      *
60
-     * @return array
60
+     * @return integer[]
61 61
      */
62 62
     public function register()
63 63
     {
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
      *
89 89
      * @since 10.0.0
90 90
      *
91
-     * @param \PHP_CodeSniffer_File $phpcsFile    The file being scanned.
91
+     * @param File $phpcsFile    The file being scanned.
92 92
      * @param int                   $stackPtr     The position of the current token in the stack.
93 93
      * @param string                $functionName The token content (function name) which was matched.
94 94
      * @param array                 $parameters   Array with information about the parameters.
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
      *
113 113
      * @since 10.0.0
114 114
      *
115
-     * @param \PHP_CodeSniffer_File $phpcsFile The file being scanned.
115
+     * @param File $phpcsFile The file being scanned.
116 116
      * @param array                 $param     Array with information about the current parameter.
117 117
      * @param string                $paramName The name of the current parameter.
118 118
      *
Please login to merge, or discard this patch.