Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Changed onBootstrap return type to void #84

Merged
merged 1 commit into from May 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Feature/BootstrapListenerInterface.php
Expand Up @@ -20,7 +20,7 @@ interface BootstrapListenerInterface
* Listen to the bootstrap event
*
* @param EventInterface $e
* @return array
* @return void
*/
public function onBootstrap(EventInterface $e);
}