@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | * @param string $where |
135 | 135 | * @return bool|null |
136 | 136 | */ |
137 | - public function updateObject(object $object, string $where){ |
|
137 | + public function updateObject(object $object, string $where) { |
|
138 | 138 | $args = []; |
139 | 139 | $params = []; |
140 | 140 | foreach ($object as $chave => $valor) { |
@@ -206,7 +206,7 @@ discard block |
||
206 | 206 | /** |
207 | 207 | * @return string|null |
208 | 208 | */ |
209 | - public function getLogSQL():?string |
|
209 | + public function getLogSQL(): ?string |
|
210 | 210 | { |
211 | 211 | return $this->logSQL; |
212 | 212 | } |