Completed
Push — master ( 67d491...cb55a8 )
by Derek Stephen
05:32
created
src/RouteFirewall.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
     /**
28 28
      * RouteFirewall constructor.
29
-     * @param Container $container
30 29
      */
31 30
     public function __construct(Container $c)
32 31
     {
Please login to merge, or discard this patch.
src/FirewallPackage.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 
21 21
     /**
22 22
      * @param Stack $stack
23
-     * @param Container $container
24 23
      */
25 24
     public function addMiddleware(Stack $stack, Container $c): void
26 25
     {
Please login to merge, or discard this patch.