Completed
Branch v2 (b3a0f8)
by Guillaume
03:33
created
src/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/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;
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.