mirror of
https://github.com/flarum/framework.git
synced 2025-03-21 20:45:14 +08:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
parent
37a882118a
commit
a2eba3e978
@ -52,8 +52,7 @@ class UpdateExtensionHandler
|
||||
UpdateExtensionValidator $validator,
|
||||
LastUpdateCheck $lastUpdateCheck,
|
||||
Dispatcher $events
|
||||
)
|
||||
{
|
||||
) {
|
||||
$this->composer = $composer;
|
||||
$this->extensions = $extensions;
|
||||
$this->validator = $validator;
|
||||
|
@ -46,8 +46,7 @@ final class ModelRelationsExtension implements PropertiesClassReflectionExtensio
|
||||
public function __construct(
|
||||
RelationParserHelper $relationParserHelper,
|
||||
BuilderHelper $builderHelper
|
||||
)
|
||||
{
|
||||
) {
|
||||
$this->relationParserHelper = $relationParserHelper;
|
||||
$this->builderHelper = $builderHelper;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user