Passed
Push — master ( 5c25b8...502eee )
by Gabor
05:16
created
src/WebHemi/Data/Storage/User/UserMetaStorage.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,10 +13,10 @@
 block discarded – undo
13 13
 
14 14
 namespace WebHemi\Data\Storage\User;
15 15
 
16
-use WebHemi\DateTime;
17 16
 use WebHemi\Data\EntityInterface;
18 17
 use WebHemi\Data\Entity\User\UserMetaEntity;
19 18
 use WebHemi\Data\Storage\AbstractStorage;
19
+use WebHemi\DateTime;
20 20
 
21 21
 /**
22 22
  * Class UserMetaStorage.
Please login to merge, or discard this patch.
src/WebHemi/Middleware/Action/Admin/ControlPanel/Groups/ListAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 namespace WebHemi\Middleware\Action\Admin\ControlPanel\Groups;
15 15
 
16
-use RuntimeException;
17 16
 use WebHemi\Configuration\ServiceInterface as ConfigurationInterface;
18 17
 use WebHemi\Data\Entity\User\UserGroupEntity;
19 18
 use WebHemi\Data\Storage\User\UserGroupStorage;
Please login to merge, or discard this patch.
src/WebHemi/Validator/ValidatorInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
     /**
22 22
      * Validates data.
23 23
      *
24
-     * @param array $data
25 24
      * @return bool
26 25
      */
27 26
     public function validate(array $values) : bool;
Please login to merge, or discard this patch.