Skip to content

Commit 0b50af0

Browse files
committed
Style fix 🎭
1 parent 329865c commit 0b50af0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tests/Integration/SpatialTest.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@ public function tearDown()
6666
}
6767

6868
// MySQL 8.0.4 fixed bug #26941370 and bug #88031
69-
private function isMySQL8AfterFix() {
70-
$results = DB::select(DB::raw("select version()"));
71-
$mysql_version = $results[0]->{'version()'};
72-
return (strpos($mysql_version, '8.0.4') !== false);
69+
private function isMySQL8AfterFix()
70+
{
71+
$results = DB::select(DB::raw('select version()'));
72+
$mysql_version = $results[0]->{'version()'};
73+
74+
return strpos($mysql_version, '8.0.4') !== false;
7375
}
7476

7577
protected function assertDatabaseHas($table, array $data, $connection = null)

0 commit comments

Comments
 (0)