Passed
Push — master ( 14edb3...032538 )
by Vitaly
09:53
created
src/Application.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
         return array('status' => true, 'html' => $this->getHTML($materialFieldId));
130 130
     }
131 131
 
132
-	/**
132
+    /**
133 133
      * Controller for getting quantity image in gallery.
134 134
      *
135 135
      * @param integer $materialFieldId identefier Table MaterialField
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
         return $response;
149 149
     }
150 150
 	
151
-	/**
151
+    /**
152 152
      *  Controller for update material image properties alt from gallery.
153 153
      *
154 154
      *  @param int $imageId Gallery image identifier
Please login to merge, or discard this patch.