Passed
Pull Request — master (#269)
by Christopher
03:11
created
src/POData/ObjectModel/ODataBagContent.php 1 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.
src/POData/ObjectModel/ODataLink.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
      */
203 203
     public function setExpandResult(?ODataExpandedResult $eResult)
204 204
     {
205
-        if(null === $eResult){
205
+        if(null === $eResult) {
206 206
             return $this;
207 207
         }
208 208
         if (null !== $eResult->getFeed()) {
Please login to merge, or discard this patch.