Completed
Pull Request — master (#53)
by Ron
17:15 queued 01:28
created
src/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.
tests/Security/Voter/HandleCommandVoterTest.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
src/DependencyInjection/Compiler/UnknownMiddlewareException.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -4,6 +4,9 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.