Skip to content

Commit 476d8dc

Browse files
committed
PHP-CS-Fixer
1 parent 51a5cc4 commit 476d8dc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/LongitudeOne/Spatial/Tests/OrmTestCase.php

+10-10
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,16 @@ protected function usesType(string $typeName): void
557557
$this->usedTypes[$typeName] = true;
558558
}
559559

560+
/**
561+
* Complete configuration with MS SQL Server spatial functions.
562+
*
563+
* @param Configuration $configuration the current configuration
564+
*/
565+
private function addSpecificMsSqlFunctions(Configuration $configuration): void
566+
{
567+
// ready to add related functions for Microsoft SQL Server
568+
}
569+
560570
/**
561571
* Complete configuration with MySQL spatial functions.
562572
*
@@ -619,16 +629,6 @@ private function addSpecificPostgreSqlFunctions(Configuration $configuration): v
619629
$configuration->addCustomNumericFunction('PgSql_Translate', SpTranslate::class);
620630
}
621631

622-
/**
623-
* Complete configuration with MS SQL Server spatial functions.
624-
*
625-
* @param Configuration $configuration the current configuration
626-
*/
627-
private function addSpecificMsSqlFunctions(Configuration $configuration): void
628-
{
629-
// ready to add related functions for Microsoft SQL Server
630-
}
631-
632632
/**
633633
* Add all standard functions.
634634
*

0 commit comments

Comments
 (0)