@@ -97,7 +97,7 @@ |
||
| 97 | 97 | */ |
| 98 | 98 | protected function composerMessage(): array |
| 99 | 99 | { |
| 100 | - return array_merge($this->splitIntoTwoColumns('MySQL Errno', (string)$this->errno), |
|
| 100 | + return array_merge($this->splitIntoTwoColumns('MySQL Errno', (string) $this->errno), |
|
| 101 | 101 | $this->splitIntoTwoColumns('Error', $this->error), |
| 102 | 102 | $this->splitIntoTwoColumns('Query', $this->query), |
| 103 | 103 | $this->splitIntoTwoColumns('Method', $this->method)); |
@@ -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 | } |