Completed
Pull Request — master (#33)
by Timothée
07:51
created
Security/Voter/HandleCommandVoter.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
      *
33 33
      * @param AccessDecisionManagerInterface $decisionManager
34 34
      * @param array $commandRoleMapping
35
-     * @param string $defaultRole
36 35
      */
37 36
     public function __construct(AccessDecisionManagerInterface $decisionManager, array $commandRoleMapping = [])
38 37
     {
Please login to merge, or discard this patch.
DependencyInjection/Compiler/UnknownMiddleware.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -6,6 +6,9 @@
 block discarded – undo
6 6
 
7 7
 class UnknownMiddleware extends \RuntimeException
8 8
 {
9
+    /**
10
+     * @param string $serviceId
11
+     */
9 12
     public static function withId($serviceId)
10 13
     {
11 14
         return new static(
Please login to merge, or discard this patch.