Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Sep 3, 2024
1 parent 129326c commit 24686e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/base/Purchasable.php
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,6 @@ public function afterSave(bool $isNew): void
}

$this->inventoryItemId = $inventoryItem->id;

Check failure on line 1000 in src/base/Purchasable.php

View workflow job for this annotation

GitHub Actions / ci / Code Quality / PHPStan / PHPStan

Cannot access property $id on array|yii\db\ActiveRecordInterface.

}
}

Expand Down

0 comments on commit 24686e0

Please sign in to comment.