Completed
Push — master ( 849782...4ea79f )
by Ariel
10:28
created
src/Presenters/AppointmentPresenter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
 
86 86
     public function duration()
87 87
     {
88
-        return $this->wrappedObject->duration() . '′';
88
+        return $this->wrappedObject->duration().'′';
89 89
     }
90 90
 
91 91
     public function phone()
Please login to merge, or discard this patch.