Completed
Push — master ( ed6a4c...a3a62e )
by James Ekow Abaka
03:18
created
src/RecordWrapper.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,9 @@
 block discarded – undo
63 63
     private $initialized = false;
64 64
 
65 65
     private function initialize() {
66
-        if($this->initialized) return;
66
+        if($this->initialized) {
67
+            return;
68
+        }
67 69
         $this->context = ORMContext::getInstance();
68 70
         $this->container = $this->context->getContainer();
69 71
         $this->adapter = $this->container->resolve(DriverAdapter::class);
Please login to merge, or discard this patch.