Completed
Push — master ( b7a271...c5c02e )
by Benjamin
04:12 queued 01:38
created
Controller/Admin/CRUD/ItemAdmin.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
178 178
         $uriType = $request->request->get('uri_type');
179 179
         if (empty($uriType) || !in_array($uriType, [Item::URI_TYPE_EXTERNAL, Item::URI_TYPE_INTERNAL])) {
180 180
             $form->get('uri')->addError(new FormError(
181
-               'Le type d\'url est invalide !'
181
+                'Le type d\'url est invalide !'
182 182
             ));
183 183
 
184 184
             return;
Please login to merge, or discard this patch.