Browse Source

Add missing typehint.

Mark Story 8 years ago
parent
commit
7b059d41e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Http/BaseApplication.php

+ 1 - 1
src/Http/BaseApplication.php

@@ -77,7 +77,7 @@ abstract class BaseApplication implements
     /**
      * {@inheritDoc}
      */
-    public function pluginEvents($events)
+    public function pluginEvents(EventManagerInterface $events)
     {
         foreach ($this->plugins->with('events') as $plugin) {
             $events = $plugin->events($events);