Passed
Pull Request — master (#14)
by
unknown
02:33
created
src/Model/Table/CurrencyratesTable.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,12 +44,12 @@
 block discarded – undo
44 44
             ->maxLength('from', 5)
45 45
             ->notEmpty('from');
46 46
 
47
-    	$validator
47
+        $validator
48 48
             ->scalar('to')
49 49
             ->maxLength('to', 5)
50 50
             ->notEmpty('to');
51 51
 
52
-    	$validator
52
+        $validator
53 53
             ->scalar('rate')
54 54
             ->maxLength('rate', 10)
55 55
             ->notEmpty('rate');
Please login to merge, or discard this patch.