Passed
Push — develop ( 3ce561...bf3f40 )
by nguereza
02:28
created
src/Mapper/DataMapper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.