Completed
Push — master ( 96b143...a1ff80 )
by Chad
14s queued 11s
created
tests/LinqCollectionTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@
 block discarded – undo
185 185
         $expected = [
186 186
             'id' => '58339e95d5200',
187 187
             'title' => "XML Developer's Guide",
188
-             'salePrice' => 40.46,
188
+                'salePrice' => 40.46,
189 189
         ];
190 190
 
191 191
         $this->assertSame($actual, $expected);
Please login to merge, or discard this patch.