@@ -46,8 +46,8 @@ |
||
| 46 | 46 | ) |
| 47 | 47 | ->addTypeGuesser( |
| 48 | 48 | $this->getMockBuilder(ValidatorTypeGuesser::class) |
| 49 | - ->disableOriginalConstructor() |
|
| 50 | - ->getMock() |
|
| 49 | + ->disableOriginalConstructor() |
|
| 50 | + ->getMock() |
|
| 51 | 51 | ) |
| 52 | 52 | ->getFormFactory(); |
| 53 | 53 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the AutoFormBundle package. |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the AutoFormBundle package. |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the AutoFormBundle package. |