Skip to content

Commit

Permalink
CS fix applied by phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaveras committed Sep 26, 2020
1 parent 8e93577 commit 0eb76cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Doctrine/Tests/DBAL/Schema/IndexTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public function testFulfilledSpatialIndex(
array $lengths1,
array $lengths2,
bool $expected
): void {
) : void {
$index1 = new Index('index1', ['geo_location'], false, false, $flags1, ['lengths' => $lengths1]);
$index2 = new Index('index2', ['geo_location'], false, false, $flags2, ['lengths' => $lengths2]);

Expand Down

0 comments on commit 0eb76cf

Please sign in to comment.