Completed
Push — master ( abdd73...5e1e76 )
by Greg
01:58
created
src/BootstrapCurator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -72,6 +72,9 @@
 block discarded – undo
72 72
         $listener->setBootstrap($this->bootstrap);
73 73
     }
74 74
 
75
+    /**
76
+     * @param BootstrapAwareInterface[] $listeners
77
+     */
75 78
     protected function applyToListeners($listeners, BootInterface $bootstrap)
76 79
     {
77 80
         foreach ($listeners as $listener) {
Please login to merge, or discard this patch.