Skip to content

Commit 33304bb

Browse files
adiprsaneznaika0
andcommitted
Apply suggestion from @neznaika0
Co-authored-by: neznaika0 <ozornick.ks@gmail.com>
1 parent 57b0ae4 commit 33304bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Models/ValidationModelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public function testValidationWithGroupName(): void
244244
{
245245
$config = new class () extends Validation {
246246
/**
247-
* @var array<string, string|array<int, string>> @grouptest
247+
* @var array<string, array<int, string>|string>
248248
*/
249249
public $grouptest = [
250250
'id' => 'is_natural_no_zero',

0 commit comments

Comments
 (0)