Passed
Push — main ( 40dc38...b0a2e6 )
by Dimitri
11:06
created
src/Models/BaseModel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -429,7 +429,7 @@
 block discarded – undo
429 429
      */
430 430
     protected function idValue(array|object $data)
431 431
     {
432
-       if (is_object($data) && isset($data->{$this->primaryKey})) {
432
+        if (is_object($data) && isset($data->{$this->primaryKey})) {
433 433
             return $data->{$this->primaryKey};
434 434
         }
435 435
 
Please login to merge, or discard this patch.