Failed Conditions
Pull Request — master (#298)
by Maximo
03:14
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.
src/Listener/Company.php 1 patch
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -4,16 +4,16 @@
 block discarded – undo
4 4
 
5 5
 namespace Canvas\Listener;
6 6
 
7
-use Phalcon\Events\Event;
8
-use Canvas\Models\Users;
9
-use Canvas\Models\Companies;
10
-use Canvas\Models\CompaniesBranches;
11 7
 use Baka\Auth\Models\UserCompanyApps;
12 8
 use Canvas\Http\Exception\InternalServerErrorException;
13 9
 use Canvas\Models\AppsPlans;
14
-use Canvas\Models\CompaniesGroups;
10
+use Canvas\Models\Companies;
15 11
 use Canvas\Models\CompaniesAssociations;
12
+use Canvas\Models\CompaniesBranches;
13
+use Canvas\Models\CompaniesGroups;
14
+use Canvas\Models\Users;
16 15
 use Phalcon\Di;
16
+use Phalcon\Events\Event;
17 17
 
18 18
 class Company
19 19
 {
Please login to merge, or discard this patch.
src/Models/AccessList.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 namespace Canvas\Models;
6 6
 
7
-use Phalcon\Di;
8 7
 use Canvas\Http\Exception\NotFoundException;
8
+use Phalcon\Di;
9 9
 
10 10
 class AccessList extends AbstractModel
11 11
 {
Please login to merge, or discard this patch.