Completed
Pull Request — master (#84)
by Daniel
09:14
created
lib/GridFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
lib/View/Cell/ScalarCell.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
lib/Event/ExpressionEvent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
lib/Event/GridMetadataEvent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.