Completed
Push — wip/steps-v9-bis ( 28f03f )
by Romain
05:32
created
Classes/AssetHandler/JavaScript/FormRequestDataJavaScriptAssetHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
     }
155 155
 
156 156
     /**
157
-     * @return array
157
+     * @return integer[]
158 158
      */
159 159
     protected function getDeactivatedFields()
160 160
     {
Please login to merge, or discard this patch.
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.
Classes/AssetHandler/Html/DataAttributesAssetHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
      * Checks the type of a given data attribute and formats it if needed.
204 204
      *
205 205
      * @param mixed $value
206
-     * @return array
206
+     * @return string
207 207
      */
208 208
     protected function formatValue($value)
209 209
     {
Please login to merge, or discard this patch.
Classes/Middleware/Item/Step/Service/StepMiddlewareValidationService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,6 @@
 block discarded – undo
66 66
      * with the given values array.
67 67
      *
68 68
      * @param StepDefinition $stepDefinition
69
-     * @param array $formValues
70 69
      */
71 70
     public function markStepAsValidated(StepDefinition $stepDefinition/*, array $formValues*/) // @todo tmp-delete?
72 71
     {
Please login to merge, or discard this patch.