@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | namespace Psi\Component\Grid; |
| 6 | 6 | |
| 7 | -use Symfony\Component\Form\FormInterface; |
|
| 8 | 7 | use Symfony\Component\Form\FormView; |
| 9 | 8 | |
| 10 | 9 | /** |
@@ -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 | |