Passed
Push — develop ( a52f7d...7316b8 )
by nguereza
05:38 queued 01:59
created
src/OAuth2/Handler/AuthorizationRequestHandler.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -43,14 +43,12 @@
 block discarded – undo
43 43
  * @class AuthorizationRequestHandler
44 44
  * @package Platine\Framework\OAuth2\Handler
45 45
  */
46
-class AuthorizationRequestHandler implements RequestHandlerInterface
47
-{
46
+class AuthorizationRequestHandler implements RequestHandlerInterface {
48 47
     /**
49 48
      * Create new instance
50 49
      * @param AuthorizationServerInterface $authorizationServer
51 50
      */
52
-    public function __construct(protected AuthorizationServerInterface $authorizationServer)
53
-    {
51
+    public function __construct(protected AuthorizationServerInterface $authorizationServer) {
54 52
     }
55 53
 
56 54
     /**
Please login to merge, or discard this patch.
src/OAuth2/Handler/AccessTokenRequestHandler.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -43,14 +43,12 @@
 block discarded – undo
43 43
  * @class AccessTokenRequestHandler
44 44
  * @package Platine\Framework\OAuth2\Handler
45 45
  */
46
-class AccessTokenRequestHandler implements RequestHandlerInterface
47
-{
46
+class AccessTokenRequestHandler implements RequestHandlerInterface {
48 47
     /**
49 48
      * Create new instance
50 49
      * @param AuthorizationServerInterface $authorizationServer
51 50
      */
52
-    public function __construct(protected AuthorizationServerInterface $authorizationServer)
53
-    {
51
+    public function __construct(protected AuthorizationServerInterface $authorizationServer) {
54 52
     }
55 53
 
56 54
     /**
Please login to merge, or discard this patch.