Passed
Pull Request — develop (#10)
by Stephen
12:22 queued 08:57
created
src/Concerns/HasClickUp.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
     public function getClickupTokenAttribute()
70 70
     {
71 71
 
72
-        if (! is_null($this->attributes['clickup_token'])) {
72
+        if (!is_null($this->attributes['clickup_token'])) {
73 73
             return $this->resolveEncrypter()
74 74
                         ->decrypt($this->attributes['clickup_token']);
75 75
         }
Please login to merge, or discard this patch.