Failed Conditions
Push — master ( dc6c53...ed3b11 )
by Maximo
01:10 queued 11s
created
src/Mapper/NotificationMapper.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
 
7 7
 use AutoMapperPlus\CustomMapper\CustomMapper;
8 8
 use Canvas\Models\SystemModules;
9
-use ReflectionClass;
10 9
 use Exception;
10
+use ReflectionClass;
11 11
 
12 12
 // You can either extend the CustomMapper, or just implement the MapperInterface
13 13
 // directly.
Please login to merge, or discard this patch.
src/Models/AccessList.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
      * @param Roles $role
113 113
      * @param string $resourceName
114 114
      * @param string $accessName
115
-     * @return integer
115
+     * @return AccessList
116 116
      */
117 117
     public static function getBy(Roles $role, string $resourceName, string $accessName) : AccessList
118 118
     {
Please login to merge, or discard this 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\Exception\ModelException;
8
+use Phalcon\Di;
9 9
 
10 10
 class AccessList extends AbstractModel
11 11
 {
Please login to merge, or discard this patch.
src/Models/Apps.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 
4 4
 namespace Canvas\Models;
5 5
 
6
-use Canvas\Traits\UsersAssociatedTrait;
7 6
 use Baka\Database\Contracts\HashTableTrait;
7
+use Canvas\Traits\UsersAssociatedTrait;
8 8
 
9 9
 class Apps extends \Baka\Database\Apps
10 10
 {
Please login to merge, or discard this patch.
src/Models/AppsPlans.php 1 patch
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.
src/Models/Companies.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -518,7 +518,7 @@
 block discarded – undo
518 518
     /**
519 519
      * Overwrite the relationship.
520 520
      *
521
-     * @return void
521
+     * @return string|null
522 522
      */
523 523
     public function getLogo()
524 524
     {
Please login to merge, or discard this patch.
Unused Use Statements   +8 added lines, -9 removed lines patch added patch discarded remove patch
@@ -3,19 +3,18 @@
 block discarded – undo
3 3
 
4 4
 namespace Canvas\Models;
5 5
 
6
-use Phalcon\Validation;
7
-use Phalcon\Validation\Validator\PresenceOf;
8
-use Canvas\Exception\ServerErrorHttpException;
9
-use Exception;
10
-use Carbon\Carbon;
11
-use Baka\Database\Contracts\HashTableTrait;
12
-use Baka\Blameable\BlameableTrait;
13
-use Canvas\Traits\UsersAssociatedTrait;
14
-use Canvas\Traits\FileSystemModelTrait;
15 6
 use Baka\Blameable\Blameable;
7
+use Baka\Blameable\BlameableTrait;
8
+use Baka\Database\Contracts\HashTableTrait;
16 9
 use Canvas\Http\Exception\InternalServerErrorException;
17 10
 use Canvas\Traits\EventManagerAwareTrait;
11
+use Canvas\Traits\FileSystemModelTrait;
12
+use Canvas\Traits\UsersAssociatedTrait;
13
+use Carbon\Carbon;
14
+use Exception;
18 15
 use Phalcon\Di;
16
+use Phalcon\Validation;
17
+use Phalcon\Validation\Validator\PresenceOf;
19 18
 
20 19
 /**
21 20
  * Class Companies.
Please login to merge, or discard this patch.
src/Models/FileSystemEntities.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -132,7 +132,6 @@  discard block
 block discarded – undo
132 132
      * Get a filesystem entities from this system modules.
133 133
      *
134 134
      * @param integer $id
135
-     * @param SystemModules $systemModules
136 135
      * @return FileSystemEntities
137 136
      */
138 137
     public static function getById(int $id): FileSystemEntities
@@ -157,7 +156,6 @@  discard block
 block discarded – undo
157 156
      * Get a filesystem entities from this system modules.
158 157
      *
159 158
      * @param integer $id
160
-     * @param SystemModules $systemModules
161 159
      * @return FileSystemEntities
162 160
      */
163 161
     public static function getByEntityId(int $id): FileSystemEntities
Please login to merge, or discard this patch.
src/Models/Notifications.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
      * Mark as Read all the notification from a user.
129 129
      *
130 130
      * @param Users $user
131
-     * @return void
131
+     * @return boolean
132 132
      */
133 133
     public static function markAsRead(Users $user): bool
134 134
     {
Please login to merge, or discard this patch.
src/Models/NotificationType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
      *  by defautl in any kanvas app the key will be its classname
104 104
      *
105 105
      * @param string $key
106
-     * @return void
106
+     * @return NotificationType
107 107
      */
108 108
     public static function getByKey(string $key): NotificationType
109 109
     {
Please login to merge, or discard this patch.
src/Models/Resources.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\Exception\ModelException;
8
+use Phalcon\Di;
9 9
 
10 10
 /**
11 11
  * Class Resources
Please login to merge, or discard this patch.