Completed
Push — master ( 40b08d...be8dcd )
by Stéphane
06:09
created
src/Adapters/AbstractDispatcherAdapter.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,6 @@  discard block
 block discarded – undo
57 57
      * @see DispatcherInterface::on
58 58
      * @param string $name
59 59
      * @param Callable $listener
60
-     * @param int $priority
61 60
      * @return DispatcherInterface
62 61
      */
63 62
     abstract public function on($name, callable $listener);
@@ -66,7 +65,6 @@  discard block
 block discarded – undo
66 65
      * @see DispatcherInterface::once
67 66
      * @param string $name
68 67
      * @param Callable $listener
69
-     * @param int $priority
70 68
      * @return DispatcherInterface
71 69
      */
72 70
     public function once($name, callable $listener)
Please login to merge, or discard this patch.