Completed
Pull Request — 1.0 (#53)
by Harald
05:19
created
src/Transfer/EzPlatform/Repository/Values/ContentObject.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
     {
92 92
         if($data instanceof Content) {
93 93
             $this->getMapper()->contentToObject($data);
94
-        }else {
94
+        } else {
95 95
             parent::__construct($data, array_merge(
96 96
                 array(
97 97
                     'main_object' => true,
Please login to merge, or discard this patch.