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