@@ -32,7 +32,6 @@ |
||
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 | { |
@@ -36,7 +36,6 @@ |
||
36 | 36 | * @param type $attribute |
37 | 37 | * @param type $subject |
38 | 38 | * @param type $decision |
39 | - * @param type $default |
|
40 | 39 | * @param type $mapping |
41 | 40 | * @param type $expected |
42 | 41 | * |
@@ -4,6 +4,9 @@ |
||
4 | 4 | |
5 | 5 | class UnknownMiddlewareException extends \RuntimeException |
6 | 6 | { |
7 | + /** |
|
8 | + * @param string $serviceId |
|
9 | + */ |
|
7 | 10 | public static function withId($serviceId) |
8 | 11 | { |
9 | 12 | return new static( |