Completed
Push — develop ( 06bb72...24416b )
by Tom
03:49
created
src/N98/Magento/Command/Eav/Attribute/Create/DummyValues.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -220,11 +220,11 @@
 block discarded – undo
220 220
     public static function getValueTypeList()
221 221
     {
222 222
         return array(
223
-              'int'      => 'int',
224
-              'string'   => 'string',
225
-              'color'    => 'color',
226
-              'size'     => 'size',
227
-              'designer' => 'designer',
223
+                'int'      => 'int',
224
+                'string'   => 'string',
225
+                'color'    => 'color',
226
+                'size'     => 'size',
227
+                'designer' => 'designer',
228 228
         );
229 229
     }
230 230
 
Please login to merge, or discard this patch.