Passed
Push — master ( 16e453...952352 )
by Guillaume
03:11
created
src/Services/Harvest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
                 'spent_date' => date('Y-m-d')
77 77
             ]);
78 78
 
79
-            if (! isset($timer['id'])) {
79
+            if (!isset($timer['id'])) {
80 80
                 return false;
81 81
             }
82 82
         } catch (ValidationFailedException $e) {
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
         if ($timerId = $this->runningTimer()) {
92 92
             $timer = $this->client->timeEntries()->stop($timerId);
93 93
 
94
-            if (! isset($timer['id'])) {
94
+            if (!isset($timer['id'])) {
95 95
                 throw new \Exception("Can't stop current running timer.", 1);
96 96
             }
97 97
 
Please login to merge, or discard this patch.