Skip to content

Commit f385442

Browse files
committed
docs: fix @param
1 parent a9859e8 commit f385442

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/system/Models/DeleteModelTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public function testDontThrowExceptionWhenSoftDeleteConditionIsSetWithEmptyValue
167167
/**
168168
* @dataProvider emptyPkValues
169169
*
170-
* @param mixed $emptyValue
170+
* @param int|string|null $emptyValue
171171
*/
172172
public function testThrowExceptionWhenSoftDeleteParamIsEmptyValue($emptyValue): void
173173
{
@@ -181,7 +181,7 @@ public function testThrowExceptionWhenSoftDeleteParamIsEmptyValue($emptyValue):
181181
/**
182182
* @dataProvider emptyPkValues
183183
*
184-
* @param mixed $emptyValue
184+
* @param int|string|null $emptyValue
185185
*/
186186
public function testDontDeleteRowsWhenSoftDeleteParamIsEmpty($emptyValue): void
187187
{

0 commit comments

Comments
 (0)