Passed
Push — master ( 489d5a...3a2bb3 )
by Vitaly
31:18 queued 04:27
created
src/Application.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
         return array('status' => true, 'html' => $this->getHTML($materialFieldId));
134 134
     }
135 135
 
136
-	/**
136
+    /**
137 137
      * Controller for getting quantity image in gallery.
138 138
      *
139 139
      * @param integer $materialFieldId identefier Table MaterialField
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
         return $response;
153 153
     }
154 154
 	
155
-	/**
155
+    /**
156 156
      *  Controller for update material image properties alt from gallery.
157 157
      *
158 158
      *  @param int $imageId Gallery image identifier
@@ -396,7 +396,7 @@  discard block
 block discarded – undo
396 396
 
397 397
                 // if file doesn't exist
398 398
                 if (!$this->imageExists($path)) {
399
-                      $path = ResourceMap::find('www/img/no-img.png', $this);
399
+                        $path = ResourceMap::find('www/img/no-img.png', $this);
400 400
                 }
401 401
 
402 402
                 // set image size string representation, if it is not 0
Please login to merge, or discard this patch.