@@ -98,9 +98,9 @@ |
||
| 98 | 98 | protected function composerMessage(): array |
| 99 | 99 | { |
| 100 | 100 | return array_merge($this->splitIntoTwoColumns('MySQL Errno', (string)$this->errno), |
| 101 | - $this->splitIntoTwoColumns('Error', $this->error), |
|
| 102 | - $this->splitIntoTwoColumns('Query', $this->query), |
|
| 103 | - $this->splitIntoTwoColumns('Method', $this->method)); |
|
| 101 | + $this->splitIntoTwoColumns('Error', $this->error), |
|
| 102 | + $this->splitIntoTwoColumns('Query', $this->query), |
|
| 103 | + $this->splitIntoTwoColumns('Method', $this->method)); |
|
| 104 | 104 | } |
| 105 | 105 | |
| 106 | 106 | //-------------------------------------------------------------------------------------------------------------------- |
@@ -88,8 +88,8 @@ |
||
| 88 | 88 | protected function composerMessage(): array |
| 89 | 89 | { |
| 90 | 90 | return array_merge($this->splitIntoTwoColumns('MySQL Errno', (string)$this->errno), |
| 91 | - $this->splitIntoTwoColumns('Error', $this->error), |
|
| 92 | - $this->splitIntoTwoColumns('Method', $this->method)); |
|
| 91 | + $this->splitIntoTwoColumns('Error', $this->error), |
|
| 92 | + $this->splitIntoTwoColumns('Method', $this->method)); |
|
| 93 | 93 | } |
| 94 | 94 | |
| 95 | 95 | //-------------------------------------------------------------------------------------------------------------------- |