Completed
Push — master ( a46bcd...68aa75 )
by Jan
03:05
created
src/Controller/AttachmentTypeController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
 
120 120
             foreach ($errors as $name => $error) {
121 121
                 /** @var $error ConstraintViolationList */
122
-                $this->addFlash('error', $name . ":" . $error);
122
+                $this->addFlash('error', $name.":".$error);
123 123
             }
124 124
         }
125 125
 
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     {
167 167
         $entities = $em->getRepository(AttachmentType::class)->findAll();
168 168
 
169
-        return $exporter->exportEntityFromRequest($entities,$request);
169
+        return $exporter->exportEntityFromRequest($entities, $request);
170 170
     }
171 171
 
172 172
     /**
Please login to merge, or discard this patch.