@@ -200,7 +200,7 @@ |
||
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 | { |