Completed
Push — master ( 4dd423...8b4a55 )
by Mathieu
15:57
created
src/Charcoal/User/AuthAwareTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     }
38 38
 
39 39
     /**
40
-     * @param string[]|null $permissions The list of required permissions to check.
40
+     * @param string[] $permissions The list of required permissions to check.
41 41
      * @return boolean
42 42
      */
43 43
     public function hasPermissions(array $permissions)
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
     }
147 147
 
148 148
     /**
149
-     * @return string[]|null
149
+     * @return string[]
150 150
      */
151 151
     protected function requiredAclPermissions()
152 152
     {
Please login to merge, or discard this patch.
src/Charcoal/User/Service/JWTHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Lcobucci\JWT\Signer\Rsa\Sha256;
14 14
 use Lcobucci\JWT\Token;
15 15
 use Lcobucci\JWT\ValidationData;
16
-
17 16
 use Charcoal\User\Config\JWTConfig;
18 17
 
19 18
 /**
Please login to merge, or discard this patch.