Test Setup Failed
Pull Request — master (#152)
by Christopher
07:40 queued 03:08
created
src/POData/ObjectModel/ODataMediaLink.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,6 +76,6 @@
 block discarded – undo
76 76
         $this->eTag = $eTag;
77 77
         $this->name = $name;
78 78
         $this->srcLink = $srcLink;
79
-        $this->rel = (null !== $rel) ? $rel : self::MEDIARESOURCE_BASE.$name;
79
+        $this->rel = (null !== $rel) ? $rel : self::MEDIARESOURCE_BASE . $name;
80 80
     }
81 81
 }
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.