Passed
Push — master ( 5c235d...bb1c36 )
by Andrii
02:09 queued 11s
created
tests/ValueObject/PartitionTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,13 +112,13 @@
 block discarded – undo
112 112
     public function unknownDimensionProvider(): \Generator
113 113
     {
114 114
         yield 'min' => [
115
-            'fn' => static function (Partition $partition) {
115
+            'fn' => static function(Partition $partition) {
116 116
                 $partition->getDMin(5);
117 117
             }
118 118
         ];
119 119
 
120 120
         yield 'max' => [
121
-            'fn' => static function (Partition $partition) {
121
+            'fn' => static function(Partition $partition) {
122 122
                 $partition->getDMax(5);
123 123
             }
124 124
         ];
Please login to merge, or discard this patch.