Completed
Pull Request — master (#421)
by Vincent
03:27
created
src/Gaufrette/Adapter/InMemory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @author Antoine Hérault <[email protected]>
14 14
  */
15 15
 class InMemory implements Adapter,
16
-                          MimeTypeProvider
16
+                            MimeTypeProvider
17 17
 {
18 18
     protected $files = array();
19 19
 
Please login to merge, or discard this patch.