@@ -87,7 +87,7 @@ |
||
| 87 | 87 | */ |
| 88 | 88 | protected function composerMessage(): array |
| 89 | 89 | { |
| 90 | - return array_merge($this->splitIntoTwoColumns('MySQL Errno', (string)$this->errno), |
|
| 90 | + return array_merge($this->splitIntoTwoColumns('MySQL Errno', (string) $this->errno), |
|
| 91 | 91 | $this->splitIntoTwoColumns('Error', $this->error), |
| 92 | 92 | $this->splitIntoTwoColumns('Method', $this->method)); |
| 93 | 93 | } |