Passed
Push — master ( fd74cf...24da76 )
by Andrii
01:54
created
tests/ValueObject/PartitionTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -128,13 +128,13 @@
 block discarded – undo
128 128
     public function unknownDimensionProvider(): Generator
129 129
     {
130 130
         yield 'min' => [
131
-            'fn' => static function (Partition $partition) {
131
+            'fn' => static function(Partition $partition) {
132 132
                 $partition->getDMin(5);
133 133
             }
134 134
         ];
135 135
 
136 136
         yield 'max' => [
137
-            'fn' => static function (Partition $partition) {
137
+            'fn' => static function(Partition $partition) {
138 138
                 $partition->getDMax(5);
139 139
             }
140 140
         ];
Please login to merge, or discard this patch.