Completed
Push — master ( a4e40f...61c69e )
by Evheniy
03:49
created
Category
Command/DumpCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     /**
20 20
      * @var array
21 21
      */
22
-    protected $_types  = array('jpg', 'jpeg', 'gif', 'png', 'bmp', 'ico', 'flv', 'swf', 'txt', 'css', 'js', 'eot', 'woff', 'woff2','ttf', 'svg');
22
+    protected $_types = array('jpg', 'jpeg', 'gif', 'png', 'bmp', 'ico', 'flv', 'swf', 'txt', 'css', 'js', 'eot', 'woff', 'woff2', 'ttf', 'svg');
23 23
     /**
24 24
      * @var string
25 25
      */
Please login to merge, or discard this patch.