Skip to content

Commit ac4a58b

Browse files
committed
cs fix
1 parent dfed9db commit ac4a58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Validation/FormatRulesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function testRegexMatchWithPlaceholder(): void
113113
'phone' => '1234567890',
114114
'prefix' => 'ABC',
115115
'min_digits' => 10,
116-
'max_digits' => 15
116+
'max_digits' => 15,
117117
];
118118

119119
$this->validation->setRules([

0 commit comments

Comments
 (0)