Skip to content

Commit 652bed2

Browse files
committed
test: add @var for PHPStan
1 parent 9d4feec commit 652bed2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

admin/starter/tests/database/ExampleDatabaseTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public function testSoftDeleteLeavesRow()
3131
$this->setPrivateProperty($model, 'useSoftDeletes', true);
3232
$this->setPrivateProperty($model, 'tempUseSoftDeletes', true);
3333

34+
/** @var stdClass $object */
3435
$object = $model->first();
3536
$model->delete($object->id);
3637

0 commit comments

Comments
 (0)