Skip to content

Commit 57b0ae4

Browse files
committed
Conform docblock style based on PHP 8.2 Lint
1 parent e94aa50 commit 57b0ae4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/system/Models/ValidationModelTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,9 @@ public function testValidationPassesWithMissingFields(): void
243243
public function testValidationWithGroupName(): void
244244
{
245245
$config = new class () extends Validation {
246-
/** @var array<string, string|array<int, string>> @grouptest */
246+
/**
247+
* @var array<string, string|array<int, string>> @grouptest
248+
*/
247249
public $grouptest = [
248250
'id' => 'is_natural_no_zero',
249251
'name' => [

0 commit comments

Comments
 (0)