Passed
Pull Request — master (#269)
by Christopher
03:14
created
src/POData/ObjectModel/ODataLink.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@
 block discarded – undo
189 189
         if (!$this->isExpanded) {
190 190
             return null;
191 191
         }
192
-        if($this->expandedResult === null){
192
+        if($this->expandedResult === null) {
193 193
             return null;
194 194
         }
195 195
         return $this->expandedResult;
Please login to merge, or discard this patch.