Skip to content

Commit

Permalink
Update PHP CS Fixer rules
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Sep 2, 2024
1 parent 52bdd85 commit 83c9c4b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

// Overrides for rules included in PhpCsFixer rule sets
'concat_space' => ['spacing' => 'one'],
'fully_qualified_strict_types' => ['phpdoc_tags' => []],
'method_chaining_indentation' => false,
'multiline_whitespace_before_semicolons' => false,
'native_function_invocation' => ['include' => ['@all']],
Expand Down
1 change: 1 addition & 0 deletions bundle/Core/FieldType/Birthday/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use Ibexa\Core\FieldType\FieldType;
use Ibexa\Core\FieldType\ValidationError;
use Ibexa\Core\FieldType\Value as BaseValue;

use function is_array;
use function is_int;
use function is_string;
Expand Down
1 change: 1 addition & 0 deletions bundle/Core/FieldType/Birthday/Value.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use DateTimeImmutable;
use DateTimeInterface;
use Ibexa\Core\FieldType\Value as BaseValue;

use function is_string;

final class Value extends BaseValue
Expand Down
1 change: 1 addition & 0 deletions bundle/DependencyInjection/NetgenBirthdayExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use Symfony\Component\DependencyInjection\Loader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\Yaml\Yaml;

use function file_get_contents;

final class NetgenBirthdayExtension extends Extension implements PrependExtensionInterface
Expand Down
4 changes: 1 addition & 3 deletions bundle/NetgenBirthdayBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@

use Symfony\Component\HttpKernel\Bundle\Bundle;

final class NetgenBirthdayBundle extends Bundle
{
}
final class NetgenBirthdayBundle extends Bundle {}

0 comments on commit 83c9c4b

Please sign in to comment.