Completed
Push — master ( a5b6d0...0168d7 )
by
unknown
06:28 queued 16s
created
src/PhraseanetSDK/Entity/Permalink.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,6 +87,6 @@
 block discarded – undo
87 87
      */
88 88
     public function getUrl()
89 89
     {
90
-        return isset($this->source->url) ? $this->source->url : '' ;
90
+        return isset($this->source->url) ? $this->source->url : '';
91 91
     }
92 92
 }
Please login to merge, or discard this patch.