Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI (#4575)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]

Co-authored-by: Axel Guckelsberger <[email protected]>
  • Loading branch information
Guite and Guite authored Jan 8, 2021
1 parent b0a0c88 commit 64306f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Form/Type/DbCredsType.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'label_attr' => [
'class' => 'col-md-3'
],
'choices' => /** @Ignore */$this->getDbTypes(),
'choices' => /** @Ignore */ $this->getDbTypes(),
'data' => 'mysql'
])
->add('database_host', TextType::class, [
Expand Down
2 changes: 1 addition & 1 deletion Form/Type/LocaleType.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'label_attr' => [
'class' => 'col-md-3'
],
'choices' => /** @Ignore */$options['choices'],
'choices' => /** @Ignore */ $options['choices'],
'choice_loader' => null,
'data' => $options['choice']
])
Expand Down

0 comments on commit 64306f0

Please sign in to comment.