Skip to content

Commit cef02c8

Browse files
authored
Merge pull request #6873 from kenjis/fix-ExampleDatabaseTest
test: add `@var` in ExampleDatabaseTest
2 parents 331818e + 652bed2 commit cef02c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)