Completed
Push — master ( 43ae8c...dd997c )
by Andreas
05:01 queued 01:13
created
src/api/object.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -883,7 +883,7 @@
 block discarded – undo
883 883
 
884 884
     public function approve()
885 885
     {
886
-       return $this->manage_meta_property("approve", true);
886
+        return $this->manage_meta_property("approve", true);
887 887
     }
888 888
 
889 889
     public function is_approved()
Please login to merge, or discard this patch.
src/classgenerator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@
 block discarded – undo
200 200
                     break;
201 201
             }
202 202
             if (   $default !== null
203
-                   // we need to skip working links because in this case, Doctrine expects objects as values
203
+                    // we need to skip working links because in this case, Doctrine expects objects as values
204 204
                 && (   !$property->link
205 205
                     || $this->manager->resolve_targetclass($property) === false))
206 206
             {
Please login to merge, or discard this patch.