Skip to content

Commit 2edb77e

Browse files
keradusxabbuh
authored andcommitted
CS: enable ordered_types.null_adjustment=always_last
1 parent 05c9e31 commit 2edb77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FormRegistry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class FormRegistry implements FormRegistryInterface
3333
*/
3434
private array $types = [];
3535

36-
private FormTypeGuesserInterface|null|false $guesser = false;
36+
private FormTypeGuesserInterface|false|null $guesser = false;
3737
private ResolvedFormTypeFactoryInterface $resolvedTypeFactory;
3838
private array $checkedTypes = [];
3939

0 commit comments

Comments
 (0)