@@ -318,7 +318,7 @@ |
||
318 | 318 | $user = $this->getUser(); |
319 | 319 | |
320 | 320 | if ($classMetadata->hasAssociation($field)) { |
321 | - if ($user !== NULL && ! is_object($user)) { |
|
321 | + if ($user !== NULL && !is_object($user)) { |
|
322 | 322 | throw new Exceptions\InvalidArgumentException("Blame is reference, user must be an object"); |
323 | 323 | } |
324 | 324 |