Skip to content

Commit

Permalink
CS Fixer Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwig031 committed Feb 8, 2024
1 parent 0f11d58 commit c795505
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use Symfony\Component\Yaml\Yaml;

use function file_get_contents;
use function in_array;

class NetgenIbexaFieldTypeHtmlTextExtension extends Extension implements PrependExtensionInterface
{
Expand Down
4 changes: 3 additions & 1 deletion bundle/Form/Field/NgHtmlTextValueTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

use Ibexa\AdminUi\Form\DataTransformer\FieldType\FieldValueTransformer;

class NgHtmlTextValueTransformer extends FieldValueTransformer {}
class NgHtmlTextValueTransformer extends FieldValueTransformer
{
}
4 changes: 3 additions & 1 deletion bundle/NetgenIbexaFieldTypeHtmlTextBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@

class NetgenIbexaFieldTypeHtmlTextBundle extends Bundle
{
public function build(ContainerBuilder $container): void {}
public function build(ContainerBuilder $container): void
{
}
}

0 comments on commit c795505

Please sign in to comment.