| @@ -4,7 +4,6 @@ | ||
| 4 | 4 | |
| 5 | 5 | namespace Psi\Component\Grid; | 
| 6 | 6 | |
| 7 | -use Metadata\MetadataFactory; | |
| 8 | 7 | use Psi\Component\ObjectAgent\AgentFinder; | 
| 9 | 8 | |
| 10 | 9 | class GridFactory | 
| @@ -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\View\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\Event; | 
| 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\Event; | 
| 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; | 
| 6 | 6 | |
| @@ -52,7 +52,7 @@ discard block | ||
| 52 | 52 | $this->addExpression($expressions, $filterMetadata, $filterName, $data[$filterName]); | 
| 53 | 53 | } | 
| 54 | 54 | |
| 55 | - return new Composite(Composite::AND, $expressions); | |
| 55 | + return new Composite(Composite:: AND , $expressions); | |
| 56 | 56 | } | 
| 57 | 57 | |
| 58 | 58 | private function addExpression( |