We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94aa50 commit 57b0ae4Copy full SHA for 57b0ae4
tests/system/Models/ValidationModelTest.php
@@ -243,7 +243,9 @@ public function testValidationPassesWithMissingFields(): void
243
public function testValidationWithGroupName(): void
244
{
245
$config = new class () extends Validation {
246
- /** @var array<string, string|array<int, string>> @grouptest */
+ /**
247
+ * @var array<string, string|array<int, string>> @grouptest
248
+ */
249
public $grouptest = [
250
'id' => 'is_natural_no_zero',
251
'name' => [
0 commit comments