Completed
Push — master ( 3b0b6a...263c36 )
by Guillaume
02:53
created
src/Services/Harvest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 use Carbon\Carbon;
6 6
 use Carbon\CarbonInterval;
7 7
 use Required\Harvest\Client;
8
-use Required\Harvest\Exception\NotFoundException;
9 8
 use Required\Harvest\Exception\AuthenticationException;
9
+use Required\Harvest\Exception\NotFoundException;
10 10
 use Required\Harvest\Exception\ValidationFailedException;
11 11
 
12 12
 class Harvest extends TimerService
Please login to merge, or discard this patch.
src/Services/Toggl.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Godbout\Alfred\Time\Services;
4 4
 
5
-use Exception;
6 5
 use Carbon\Carbon;
7 6
 use Carbon\CarbonInterval;
7
+use Exception;
8 8
 use MorningTrain\TogglApi\TogglApi;
9 9
 
10 10
 class Toggl extends TimerService
Please login to merge, or discard this patch.
src/Workflow.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Godbout\Alfred\Time;
4 4
 
5
-use Godbout\Alfred\Workflow\Config;
6
-use Godbout\Alfred\Time\Services\Toggl;
7 5
 use Godbout\Alfred\Time\Services\Harvest;
6
+use Godbout\Alfred\Time\Services\Toggl;
7
+use Godbout\Alfred\Workflow\Config;
8 8
 use Godbout\Alfred\Workflow\ScriptFilter;
9 9
 
10 10
 class Workflow
Please login to merge, or discard this patch.