@@ -259,7 +259,7 @@ discard block |
||
259 | 259 | } |
260 | 260 | |
261 | 261 | $primaryKey = $this->mapper->getPrimaryKey(); |
262 | - if ($name === (string)$primaryKey) { |
|
262 | + if ($name === (string) $primaryKey) { |
|
263 | 263 | return $this->columns[$name] = $value; |
264 | 264 | } |
265 | 265 | |
@@ -313,7 +313,7 @@ discard block |
||
313 | 313 | { |
314 | 314 | unset($this->columns[$name]); |
315 | 315 | |
316 | - if($raw){ |
|
316 | + if ($raw) { |
|
317 | 317 | unset($this->rawColumns[$name]); |
318 | 318 | } |
319 | 319 | } |