Completed
Push — middleware-wip ( 01259e...136833 )
by Romain
04:08
created
Classes/AssetHandler/Connector/AssetHandlerConnectorManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
      *
138 138
      * @param string   $relativePath
139 139
      * @param callable $callback
140
-     * @return bool
140
+     * @return null|false
141 141
      * @throws FileCreationFailedException
142 142
      */
143 143
     public function createFileInTemporaryDirectory($relativePath, callable $callback)
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
      *
176 176
      * @param string $absolutePath
177 177
      * @param string $content
178
-     * @return bool
178
+     * @return string|null
179 179
      */
180 180
     protected function writeTemporaryFile($absolutePath, $content)
181 181
     {
Please login to merge, or discard this patch.
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/Form/FormObject/Service/FormObjectSteps.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 namespace Romm\Formz\Form\FormObject\Service;
15 15
 
16
-use Romm\Formz\Core\Core;
17 16
 use Romm\Formz\Form\Definition\Step\Step\Step;
18 17
 use Romm\Formz\Form\Definition\Step\Step\Substep\SubstepDefinition;
19 18
 use Romm\Formz\Form\FormObject\FormObject;
Please login to merge, or discard this patch.