Failed Conditions
Pull Request — master (#298)
by Maximo
04:01
created
src/Listener/User.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,13 +4,13 @@
 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 7
 use Canvas\Auth\App;
11 8
 use Canvas\Models\Apps;
9
+use Canvas\Models\Companies;
12 10
 use Canvas\Models\Roles;
11
+use Canvas\Models\Users;
13 12
 use Canvas\Models\UsersInvite;
13
+use Phalcon\Events\Event;
14 14
 
15 15
 class User
16 16
 {
Please login to merge, or discard this patch.
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/Models/AppsPlans.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,6 @@
 block discarded – undo
160 160
      * Get the value of the settins by it key.
161 161
      *
162 162
      * @param string $key
163
-     * @param string $value
164 163
      */
165 164
     public function get(string $key) : ?string
166 165
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 namespace Canvas\Models;
5 5
 
6
-use Canvas\Exception\ModelException;
7 6
 use Phalcon\Di;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.