We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f30fa commit abb6342Copy full SHA for abb6342
Tests/Functional/Command/IndexExportCommandTest.php
@@ -88,7 +88,7 @@ public function testIndexExport(array $options, array $expectedResults)
88
);
89
90
$results = $this->parseResult(vfsStream::url('tmp/test.json'), count($expectedResults));
91
- usort($results, function ($a, $b){
+ usort($results, function ($a, $b) {
92
return (int)$a['_id'] <=> (int)$b['_id'];
93
});
94
$this->assertEquals($expectedResults, $results);
0 commit comments