Failed Conditions
Push — ng ( 03a735...69c1cd )
by Florent
03:32
created
src/Bundle/Component/Component.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -36,6 +36,7 @@
 block discarded – undo
36 36
 
37 37
     /**
38 38
      * @param NodeDefinition $node
39
+     * @return void
39 40
      */
40 41
     public function getNodeDefinition(NodeDefinition $node);
41 42
 
Please login to merge, or discard this patch.
ClientConfigurationEndpoint/Tests/ClientConfigurationEndpointTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@  discard block
 block discarded – undo
15 15
 
16 16
 use Http\Message\MessageFactory\DiactorosMessageFactory;
17 17
 use Http\Message\ResponseFactory;
18
-use Psr\Http\Server\RequestHandlerInterface;
19 18
 use OAuth2Framework\Component\BearerTokenType\BearerToken;
20 19
 use OAuth2Framework\Component\ClientConfigurationEndpoint\ClientConfigurationEndpoint;
21 20
 use OAuth2Framework\Component\ClientRule\RuleManager;
@@ -28,6 +27,7 @@  discard block
 block discarded – undo
28 27
 use PHPUnit\Framework\TestCase;
29 28
 use Prophecy\Argument;
30 29
 use Psr\Http\Message\ServerRequestInterface;
30
+use Psr\Http\Server\RequestHandlerInterface;
31 31
 use SimpleBus\Message\Bus\MessageBus;
32 32
 
33 33
 /**
Please login to merge, or discard this patch.
src/Component/ClientRule/Rule.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
      * @param ClientId           $clientId
23 23
      * @param DataBag            $commandParameters
24 24
      * @param DataBag            $validatedParameters
25
-     * @param UserAccountId|null $userAccountId
26 25
      * @param callable           $next
27 26
      *
28 27
      * @return DataBag
Please login to merge, or discard this patch.