We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9859e8 commit f385442Copy full SHA for f385442
1 file changed
tests/system/Models/DeleteModelTest.php
@@ -167,7 +167,7 @@ public function testDontThrowExceptionWhenSoftDeleteConditionIsSetWithEmptyValue
167
/**
168
* @dataProvider emptyPkValues
169
*
170
- * @param mixed $emptyValue
+ * @param int|string|null $emptyValue
171
*/
172
public function testThrowExceptionWhenSoftDeleteParamIsEmptyValue($emptyValue): void
173
{
@@ -181,7 +181,7 @@ public function testThrowExceptionWhenSoftDeleteParamIsEmptyValue($emptyValue):
181
182
183
184
185
186
public function testDontDeleteRowsWhenSoftDeleteParamIsEmpty($emptyValue): void
187
0 commit comments