Failed Conditions
Pull Request — master (#298)
by Maximo
02:39
created
src/Handlers/EmailNotifications.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 Canvas\Handlers;
4 4
 
5
-use Namshi\Notificator\Notification\Handler\HandlerInterface;
6 5
 use Canvas\Contracts\Notifications\EmailNotificationsInterface as EmailNotificationsContract;
7 6
 use Namshi\Notificator\NotificationInterface;
7
+use Namshi\Notificator\Notification\Handler\HandlerInterface;
8 8
 use Phalcon\Di;
9 9
 
10 10
 class EmailNotifications implements HandlerInterface
Please login to merge, or discard this patch.
src/Handlers/PushNotifications.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 Canvas\Handlers;
4 4
 
5
-use Namshi\Notificator\Notification\Handler\HandlerInterface;
6 5
 use Canvas\Contracts\Notifications\PushNotificationsInterface as PushNotificationsContract;
7 6
 use Namshi\Notificator\NotificationInterface;
7
+use Namshi\Notificator\Notification\Handler\HandlerInterface;
8 8
 use Phalcon\Di;
9 9
 
10 10
 class PushNotifications implements HandlerInterface
Please login to merge, or discard this patch.