@@ -137,7 +137,7 @@ discard block |
||
| 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 |
||
| 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 | { |
@@ -154,7 +154,7 @@ |
||
| 154 | 154 | } |
| 155 | 155 | |
| 156 | 156 | /** |
| 157 | - * @return array |
|
| 157 | + * @return integer[] |
|
| 158 | 158 | */ |
| 159 | 159 | protected function getDeactivatedFields() |
| 160 | 160 | { |
@@ -130,7 +130,7 @@ discard block |
||
| 130 | 130 | } |
| 131 | 131 | |
| 132 | 132 | /** |
| 133 | - * @return array |
|
| 133 | + * @return string[] |
|
| 134 | 134 | */ |
| 135 | 135 | public function getAbsoluteLayoutRootPaths() |
| 136 | 136 | { |
@@ -161,7 +161,7 @@ discard block |
||
| 161 | 161 | } |
| 162 | 162 | |
| 163 | 163 | /** |
| 164 | - * @return array |
|
| 164 | + * @return string[] |
|
| 165 | 165 | */ |
| 166 | 166 | public function getAbsolutePartialRootPaths() |
| 167 | 167 | { |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | namespace Romm\Formz\Form\FormObject\Builder; |
| 15 | 15 | |
| 16 | 16 | use Romm\ConfigurationObject\ConfigurationObjectFactory; |
| 17 | -use Romm\Formz\Condition\Items\FieldHasValueCondition; |
|
| 18 | 17 | use Romm\Formz\Form\Definition\FormDefinition; |
| 19 | 18 | use Romm\Formz\Form\FormObject\Definition\FormDefinitionObject; |
| 20 | 19 | use Romm\Formz\Service\TypoScriptService; |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | namespace Romm\Formz\Form\FormObject; |
| 15 | 15 | |
| 16 | -use Romm\ConfigurationObject\ConfigurationObjectFactory; |
|
| 17 | 16 | use Romm\ConfigurationObject\ConfigurationObjectInterface; |
| 18 | 17 | use Romm\Formz\Configuration\Configuration; |
| 19 | 18 | use Romm\Formz\Configuration\ConfigurationFactory; |