Completed
Pull Request — master (#152)
by Christopher
05:45 queued 01:31
created
src/POData/ObjectModel/ODataExpandedResult.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      * @param \POData\ObjectModel\ODataEntry|null $Entry
32 32
      * @param \POData\ObjectModel\ODataFeed|null  $Feed
33 33
      */
34
-    public function __construct(ODataEntry $Entry = null,ODataFeed $Feed = null)
34
+    public function __construct(ODataEntry $Entry = null, ODataFeed $Feed = null)
35 35
     {
36 36
         $this->entry = $Entry;
37 37
         $this->feed = $Feed;
Please login to merge, or discard this patch.
src/POData/ObjectModel/ODataProperty.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,6 +39,6 @@
 block discarded – undo
39 39
      */
40 40
     public function isNull()
41 41
     {
42
-        return null === $this->value ? true:null;
42
+        return null === $this->value ? true : null;
43 43
     }
44 44
 }
Please login to merge, or discard this patch.