Skip to content

Commit

Permalink
DevKit updates for 3.x branch (#679)
Browse files Browse the repository at this point in the history
* DevKit updates

* Fix cs

Co-authored-by: Vincent Langlet <vincentlanglet@hotmail.fr>
  • Loading branch information
SonataCI and VincentLanglet committed Jul 12, 2022
1 parent 1684764 commit c927817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Expand Up @@ -52,7 +52,7 @@
'no_useless_return' => true,
'nullable_type_declaration_for_default_null_value' => ['use_nullable_type_declaration' => true],
'ordered_class_elements' => true,
'ordered_imports' => true,
'ordered_imports' => ['sort_algorithm' => 'alpha', 'imports_order' => ['class', 'function', 'const']],
'php_unit_method_casing' => false,
'php_unit_set_up_tear_down_visibility' => true,
'php_unit_strict' => true,
Expand Down
2 changes: 1 addition & 1 deletion tests/DependencyInjection/ConfigurationTest.php
Expand Up @@ -68,7 +68,7 @@ public function testKeysAreNotNormalized(): void
public function testWithYamlConfig(): void
{
$values = Yaml::parse(
/* @phpstan-ignore-next-line */
/* @phpstan-ignore-next-line */
file_get_contents(__DIR__.'/data/config.yml'),
Yaml::PARSE_EXCEPTION_ON_INVALID_TYPE
);
Expand Down

0 comments on commit c927817

Please sign in to comment.