@@ -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 | |
@@ -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 | |
@@ -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\Metadata; |
| 6 | 6 | |
@@ -13,7 +13,7 @@ discard block |
||
| 13 | 13 | public function __construct($name, array $grids) |
| 14 | 14 | { |
| 15 | 15 | parent::__construct($name); |
| 16 | - array_map(function (GridMetadata $grid) { |
|
| 16 | + array_map(function(GridMetadata $grid) { |
|
| 17 | 17 | }, $grids); |
| 18 | 18 | |
| 19 | 19 | $this->grids = $grids; |
@@ -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 | |
@@ -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 | |
@@ -5,10 +5,7 @@ |
||
| 5 | 5 | namespace Psi\Component\Grid; |
| 6 | 6 | |
| 7 | 7 | use Metadata\MetadataFactory; |
| 8 | -use Psi\Component\Grid\Metadata\GridMetadata; |
|
| 9 | 8 | use Psi\Component\ObjectAgent\AgentFinder; |
| 10 | -use Psi\Component\ObjectAgent\AgentInterface; |
|
| 11 | -use Psi\Component\ObjectAgent\Query\Query; |
|
| 12 | 9 | use Psi\Component\Grid\Grid; |
| 13 | 10 | use Psi\Component\Grid\GridViewFactory; |
| 14 | 11 | |
@@ -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 | } |