Passed
Pull Request — master (#269)
by Christopher
03:32
created
src/POData/ObjectModel/ODataBagContent.php 1 patch
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.