Completed
Push — master ( 613366...a3d248 )
by Adam
03:58
created
src/IPub/DoctrineBlameable/Events/BlameableListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -318,7 +318,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.