Failed Conditions
Push — master ( 10fd99...d82019 )
by Florent
03:44
created
Compiler/TokenIntrospectionEndpointAuthMethodCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * The MIT License (MIT)
Please login to merge, or discard this patch.
Bundle/Server/DependencyInjection/Compiler/UserinfoRouteCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * The MIT License (MIT)
Please login to merge, or discard this patch.
Bundle/Server/DependencyInjection/Compiler/TokenTypeHintCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * The MIT License (MIT)
Please login to merge, or discard this patch.
Bundle/Server/DependencyInjection/Compiler/ResponseFactoryCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * The MIT License (MIT)
Please login to merge, or discard this patch.
src/Bundle/Server/DependencyInjection/Compiler/ClientRuleCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * The MIT License (MIT)
Please login to merge, or discard this patch.
Server/DependencyInjection/Compiler/UserInfoScopeSupportCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * The MIT License (MIT)
Please login to merge, or discard this patch.
Server/DependencyInjection/Compiler/TokenEndpointAuthMethodCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * The MIT License (MIT)
Please login to merge, or discard this patch.
src/Bundle/Server/DependencyInjection/Security/Factory/OAuth2Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * The MIT License (MIT)
Please login to merge, or discard this patch.
Server/Plugin/AuthorizationEndpointPlugin/AuthorizationEndpointPlugin.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * The MIT License (MIT)
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
             ->children()
226 226
                 ->arrayNode('pre_configured_authorization')
227 227
                     ->validate()
228
-                        ->ifTrue(function ($value) {
228
+                        ->ifTrue(function($value) {
229 229
                             if (false === $value['enabled']) {
230 230
                                 return false;
231 231
                             }
@@ -272,8 +272,8 @@  discard block
 block discarded – undo
272 272
         $files = [];
273 273
         $accessor = PropertyAccess::createPropertyAccessor();
274 274
         $parameters = [
275
-            'oauth2_server.authorization_endpoint.form_handler' => ['type' => 'alias',     'path' => '[form][handler]'],
276
-            'oauth2_server.authorization_endpoint.user_account_manager' => ['type' => 'alias',     'path' => '[user_account_manager]'],
275
+            'oauth2_server.authorization_endpoint.form_handler' => ['type' => 'alias', 'path' => '[form][handler]'],
276
+            'oauth2_server.authorization_endpoint.user_account_manager' => ['type' => 'alias', 'path' => '[user_account_manager]'],
277 277
             'oauth2_server.authorization_endpoint.template' => ['type' => 'parameter', 'path' => '[template]'],
278 278
             'oauth2_server.authorization_endpoint.allow_scope_selection' => ['type' => 'parameter', 'path' => '[allow_scope_selection]'],
279 279
             'oauth2_server.authorization_endpoint.type' => ['type' => 'parameter', 'path' => '[form][type]'],
@@ -301,7 +301,7 @@  discard block
 block discarded – undo
301 301
                 $parameters['oauth2_server.authorization_request_loader.request_object.encryption.key_encryption_algorithms'] = ['type' => 'parameter', 'path' => '[request_object][encryption][key_encryption_algorithms]'];
302 302
                 $parameters['oauth2_server.authorization_request_loader.request_object.encryption.content_encryption_algorithms'] = ['type' => 'parameter', 'path' => '[request_object][encryption][content_encryption_algorithms]'];
303 303
                 $parameters['oauth2_server.authorization_request_loader.request_object.encryption.required'] = ['type' => 'parameter', 'path' => '[request_object][encryption][required]'];
304
-                $parameters['oauth2_server.authorization_request_loader.request_object.encryption.key_set'] = ['type' => 'alias',     'path' => '[request_object][encryption][key_set]'];
304
+                $parameters['oauth2_server.authorization_request_loader.request_object.encryption.key_set'] = ['type' => 'alias', 'path' => '[request_object][encryption][key_set]'];
305 305
             }
306 306
 
307 307
             $parameters['oauth2_server.authorization_request_loader.request_object.reference_enabled'] = ['type' => 'parameter', 'path' => '[request_object][reference][enabled]'];
@@ -449,7 +449,7 @@  discard block
 block discarded – undo
449 449
      */
450 450
     private function areClientAssertionSignatureAlgorithmsInvalid()
451 451
     {
452
-        return function ($data) {
452
+        return function($data) {
453 453
             if (false === $data['enabled']) {
454 454
                 return false;
455 455
             }
@@ -465,7 +465,7 @@  discard block
 block discarded – undo
465 465
      */
466 466
     private function isClientAssertionEncryptionParameterInvalid($parameter)
467 467
     {
468
-        return function ($data) use ($parameter) {
468
+        return function($data) use ($parameter) {
469 469
             if (false === $data['encryption']['enabled']) {
470 470
                 return false;
471 471
             }
Please login to merge, or discard this patch.