Passed
Push — master ( 473ba8...1a7608 )
by Gabriel
05:40 queued 10s
created
src/resources/views/dropzone/modal.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
 
11 11
 /** @var ImageConstraint $constraint */
12 12
 $constraint = isset($constraint) && $constraint instanceof ImageConstraint ? $constraint : false;
13
-$mimeTypes = (array)$constraint->mimeTypes;
13
+$mimeTypes = (array) $constraint->mimeTypes;
14 14
 $mimeTypesString = implode(',', $mimeTypes);
15 15
 ?>
16 16
 
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
                             <li>Extensii permise: <b>.jpg, .jpeg, .png</b></li>
41 41
                             <li>Dimensiune maxima per fisier: <b><?php echo max_upload(); ?></b></li>
42 42
                             <li>Rezolutie minima:
43
-                                <b><?php echo $constraint->minWidth.'x'.$constraint->minHeight.'px'; ?></b>
43
+                                <b><?php echo $constraint->minWidth . 'x' . $constraint->minHeight . 'px'; ?></b>
44 44
                             </li>
45 45
                         </ul>
46 46
                     </div>
Please login to merge, or discard this patch.