@@ -109,7 +109,7 @@ |
||
109 | 109 | $this->table = $table; |
110 | 110 | $this->prefix = $prefix; |
111 | 111 | |
112 | - if (! is_null($callback)) { |
|
112 | + if (!is_null($callback)) { |
|
113 | 113 | $callback($this); |
114 | 114 | } |
115 | 115 | } |
@@ -56,6 +56,6 @@ |
||
56 | 56 | */ |
57 | 57 | public function __toString() |
58 | 58 | { |
59 | - return __CLASS__ . ": [{$this->code}]: {$this->message}\n"; |
|
59 | + return __CLASS__.": [{$this->code}]: {$this->message}\n"; |
|
60 | 60 | } |
61 | 61 | } |
@@ -56,6 +56,6 @@ |
||
56 | 56 | */ |
57 | 57 | public function __toString() |
58 | 58 | { |
59 | - return __CLASS__ . ": [{$this->code}]: {$this->message}\n"; |
|
59 | + return __CLASS__.": [{$this->code}]: {$this->message}\n"; |
|
60 | 60 | } |
61 | 61 | } |
@@ -56,6 +56,6 @@ |
||
56 | 56 | */ |
57 | 57 | public function __toString() |
58 | 58 | { |
59 | - return __CLASS__ . ": [{$this->code}]: {$this->message}\n"; |
|
59 | + return __CLASS__.": [{$this->code}]: {$this->message}\n"; |
|
60 | 60 | } |
61 | 61 | } |