Passed
Pull Request — master (#269)
by Christopher
03:32
created
src/POData/ObjectModel/ODataBagContent.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
         return $this;
73 73
     }
74 74
 
75
-    public function addPropertyContent($propertyContent){
75
+    public function addPropertyContent($propertyContent) {
76 76
         $this->propertyContents[] = $propertyContent;
77 77
         return $this;
78 78
 
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,8 @@
 block discarded – undo
72 72
         return $this;
73 73
     }
74 74
 
75
-    public function addPropertyContent($propertyContent){
75
+    public function addPropertyContent($propertyContent)
76
+    {
76 77
         $this->propertyContents[] = $propertyContent;
77 78
         return $this;
78 79
 
Please login to merge, or discard this patch.