Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 226f62c

Browse files
pascalbaljetgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 3ee330b commit 226f62c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/Form.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ private static function allowedAttributesSorted(): array
132132
private function defaultAttributeValue(string $attribute)
133133
{
134134
return null;
135+
135136
return in_array($attribute, static::$allowedArrayAttributes) ? [] : null;
136137
}
137138

0 commit comments

Comments
 (0)