Skip to content

Commit ea64bf8

Browse files
committed
use PHPDOC array shape
1 parent 5c82b83 commit ea64bf8

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, array<int, string>|string>
247+
* @var array{'id': string, 'name': array{string, string}, 'token': string}
248248
*/
249249
public $grouptest = [
250250
'id' => 'is_natural_no_zero',

0 commit comments

Comments
 (0)