Passed
Push — master ( 35af67...a8a73d )
by Hannes
02:11
created
src/ActivityTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      */
12 12
     public function activityObject()
13 13
     {
14
-        return (static::class) .':'. $this->activityId();
14
+        return (static::class).':'.$this->activityId();
15 15
     }
16 16
 
17 17
     /**
Please login to merge, or discard this patch.