@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Psi\Component\Grid\Cell; |
6 | 6 |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Psi\Component\Grid\Cell; |
6 | 6 | |
@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | |
27 | 27 | $options->setDefault('property', null); |
28 | 28 | $options->setAllowedTypes('property', ['string', 'null']); |
29 | - $options->setNormalizer('property', function (OptionsResolver $options, $value) { |
|
29 | + $options->setNormalizer('property', function(OptionsResolver $options, $value) { |
|
30 | 30 | if (null !== $value) { |
31 | 31 | return $value; |
32 | 32 | } |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Psi\Component\Grid\Cell; |
6 | 6 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Psi\Component\Grid\Cell; |
6 | 6 |
@@ -17,7 +17,7 @@ |
||
17 | 17 | $this->registry = $registry; |
18 | 18 | } |
19 | 19 | |
20 | - // TODO: Rename to createCell -- add createHeader |
|
20 | + // TODO: Rename to createCell -- add createHeader |
|
21 | 21 | public function create(string $columnName, string $typeName, RowData $data, array $options): CellInterface |
22 | 22 | { |
23 | 23 | $resolver = new OptionsResolver(); |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Psi\Component\Grid\Cell; |
6 | 6 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Psi\Component\Grid\Cell; |
6 | 6 |