Skip to content

Commit

Permalink
Make php-cs-fixer happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwemer authored Sep 25, 2024
1 parent a3e7ab6 commit a1897cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class FieldTypeFromValidationViewHelper extends AbstractValidationViewHelper
4 => 'number',
6 => 'number',
7 => 'number',
8 => 'range'
8 => 'range',
];

/**
Expand Down

0 comments on commit a1897cb

Please sign in to comment.