Completed
Pull Request — master (#3)
by
unknown
15:31
created
Manager/MediaManager.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -146,10 +146,10 @@  discard block
 block discarded – undo
146 146
         }
147 147
     }
148 148
 
149
-	/**
150
-	 * @param Media $media
151
-	 * @return bool
152
-	 */
149
+    /**
150
+     * @param Media $media
151
+     * @return bool
152
+     */
153 153
     public function remove(Media $media)
154 154
     {
155 155
         $this->em->remove($media);
@@ -157,9 +157,9 @@  discard block
 block discarded – undo
157 157
         return true;
158 158
     }
159 159
 
160
-	/**
161
-	 * @param Mediable $model
162
-	 */
160
+    /**
161
+     * @param Mediable $model
162
+     */
163 163
     public function removeAllMediasForModel( Mediable $model )
164 164
     {
165 165
         $model_name = Reflection::getClassShortName($model);
Please login to merge, or discard this patch.