Completed
Push — feature/middleware ( 864c18 )
by Romain
03:21
created
Classes/Middleware/Item/AbstractMiddleware.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
     }
125 125
 
126 126
     /**
127
-     * @return array
127
+     * @return string[]
128 128
      */
129 129
     public function __sleep()
130 130
     {
Please login to merge, or discard this patch.
Classes/ViewHelpers/FieldViewHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -304,7 +304,7 @@
 block discarded – undo
304 304
      * then forced to use reflection, please don't do this at home!
305 305
      *
306 306
      * @param string $type `partial` or `layout`
307
-     * @return array
307
+     * @return string[]
308 308
      *
309 309
      * @deprecated Must be removed when TYPO3 7.6 is not supported anymore!
310 310
      */
Please login to merge, or discard this patch.