Completed
Branch master (5b0212)
by Julián
14:51
created
src/ContainerAwareEventDispatcher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
      *
73 73
      * @param string $eventName
74 74
      * @param mixed  $listener
75
-     * @param mixed  $priority
75
+     * @param integer  $priority
76 76
      */
77 77
     public function addListener($eventName, $listener, $priority = 0): void
78 78
     {
Please login to merge, or discard this patch.
src/EventDispatcher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
      *
64 64
      * @param string $eventName
65 65
      * @param mixed  $listener
66
-     * @param mixed  $priority
66
+     * @param integer  $priority
67 67
      */
68 68
     public function addListener($eventName, $listener, $priority = 0): void
69 69
     {
Please login to merge, or discard this patch.