Completed
Pull Request — master (#84)
by Daniel
02:13
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.
lib/FilterBarFactory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 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;
6 6
 
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
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(
Please login to merge, or discard this patch.