Completed
Pull Request — master (#1583)
by Jeroen
05:55
created
src/EventDispatcher/LegacyEventDispatcherProxy.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@
 block discarded – undo
19 19
 
20 20
 final class LegacyEventDispatcherProxy
21 21
 {
22
+    /**
23
+     * @param EventDispatcherInterface|null $dispatcher
24
+     */
22 25
     public static function decorate(?EventDispatcherInterface $dispatcher): ?EventDispatcherInterface
23 26
     {
24 27
         if ($dispatcher === null) {
Please login to merge, or discard this patch.