Passed
Push — develop ( d548e3...69cbbf )
by nguereza
04:22
created
src/Auth/Authentication/JWTAuthentication.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,8 +67,7 @@
 block discarded – undo
67 67
  * @package Platine\Framework\Auth\Authentication
68 68
  * @template T
69 69
  */
70
-class JWTAuthentication implements ApiAuthenticationInterface
71
-{
70
+class JWTAuthentication implements ApiAuthenticationInterface {
72 71
 
73 72
     /**
74 73
      * The JWT instance
Please login to merge, or discard this patch.