Completed
Push — develop ( 8d40e9...7354cd )
by Wim
02:25 queued 58s
created
PHPCompatibility/Sniffs/UseDeclarations/NewGroupUseDeclarationsSniff.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
      * @since 7.0.0
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.
Sniffs/ParameterValues/NewNumberFormatMultibyteSeparatorsSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 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
     {
Please login to merge, or discard this patch.