Passed
Push — master ( 4e2390...be5d87 )
by Anthony
01:55
created
EventListener/GuidAwareListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 	public function prePersist($entity, LifecycleEventArgs $events)
22 22
 	{
23 23
 		if ($entity->getGuid() === null) {
24
-			$entity->setGuid((string)Uuid::uuid4());
24
+			$entity->setGuid((string) Uuid::uuid4());
25 25
 		}
26 26
 	}
27 27
 }
Please login to merge, or discard this patch.