1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 01:16:52 +02:00

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
StyleCI Bot
2022-03-11 23:11:35 +00:00
parent 37a882118a
commit a2eba3e978
2 changed files with 2 additions and 4 deletions

View File

@@ -52,8 +52,7 @@ class UpdateExtensionHandler
UpdateExtensionValidator $validator,
LastUpdateCheck $lastUpdateCheck,
Dispatcher $events
)
{
) {
$this->composer = $composer;
$this->extensions = $extensions;
$this->validator = $validator;