Skip to content

Commit 67c5109

Browse files
committed
test: fix @param type
1 parent 4827697 commit 67c5109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Models/DeleteModelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function testOnlyDeleted(): void
153153
*
154154
* @dataProvider emptyPkValues
155155
*
156-
* @param mixed $emptyValue
156+
* @param int|string|null $emptyValue
157157
*/
158158
public function testDontThrowExceptionWhenSoftDeleteConditionIsSetWithEmptyValue($emptyValue): void
159159
{

0 commit comments

Comments
 (0)