Passed
Push — master ( 369c5b...a8694d )
by Sheldon
28:35 queued 23:06
created
app/Generators/LangGenerator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
         $result .= "\t\t'".$this->getIdName()."' => '".str_singular($this->getIdName())."',\r\n";
100 100
         if (!empty($fields)) {
101 101
             foreach ($fields as /*$index =>*/
102
-                     $field) {
102
+                        $field) {
103 103
                 $result .= "\t\t'{$field['name']}' => '{$field['comment']}',\r\n";
104 104
             }
105 105
             $result .= "\t\t'created_by' => 'CREATED_BY',\r\n";
Please login to merge, or discard this patch.