Completed
Push — master ( e6022f...deaa5e )
by Andreas
03:15
created
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.