@@ -26,7 +26,7 @@ |
||
| 26 | 26 | throw InvalidPointArrayItemForDatabaseException::isNotAPoint($item); |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | - return '"' . $item . '"'; |
|
| 29 | + return '"'.$item.'"'; |
|
| 30 | 30 | } |
| 31 | 31 | |
| 32 | 32 | protected function transformPostgresArrayToPHPArray(string $postgresArray): array |