@@ -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 | //-------------------------------------------------------------------------------------------------------------------- |
@@ -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)); |
@@ -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 | //-------------------------------------------------------------------------------------------------------------------- |
@@ -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 | } |