mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
test: add @var for PHPStan
This commit is contained in:
parent
9d4feec72d
commit
652bed2528
@ -31,6 +31,7 @@ final class ExampleDatabaseTest extends CIUnitTestCase
|
||||
$this->setPrivateProperty($model, 'useSoftDeletes', true);
|
||||
$this->setPrivateProperty($model, 'tempUseSoftDeletes', true);
|
||||
|
||||
/** @var stdClass $object */
|
||||
$object = $model->first();
|
||||
$model->delete($object->id);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user