mirror of
https://github.com/flarum/core.git
synced 2025-10-15 08:55:53 +02:00
PSR-2 fixes
This commit is contained in:
@@ -161,9 +161,8 @@ class Application extends Container implements LaravelApplication
|
||||
*/
|
||||
protected function fireListeners(array $listeners)
|
||||
{
|
||||
foreach ($listeners as $listener)
|
||||
{
|
||||
foreach ($listeners as $listener) {
|
||||
$listener($this);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user