Completed
Push — phpunit ( b8d1f2 )
by
unknown
02:31
created
spec/Fenos/Notifynder/Notifications/NotificationManagerSpec.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,10 +6,7 @@
 block discarded – undo
6 6
 use Fenos\Notifynder\Exceptions\NotificationNotFoundException;
7 7
 use Fenos\Notifynder\Models\Notification;
8 8
 use Fenos\Notifynder\Models\NotifynderCollection;
9
-use Illuminate\Contracts\Config\Repository;
10
-use Illuminate\Database\Eloquent\Collection;
11 9
 use PhpSpec\ObjectBehavior;
12
-use Prophecy\Argument;
13 10
 
14 11
 class NotificationManagerSpec extends ObjectBehavior
15 12
 {
Please login to merge, or discard this patch.
src/Notifynder/Models/Notification.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 use Fenos\Notifynder\Notifications\ExtraParams;
4 4
 use Fenos\Notifynder\Parsers\NotifynderParser;
5
-use Illuminate\Contracts\Config\Repository;
6 5
 use Illuminate\Contracts\Container\Container;
7 6
 use Illuminate\Database\Eloquent\Model;
8 7
 use Carbon\Carbon;
Please login to merge, or discard this patch.