Skip to content

Commit ca2d3e0

Browse files
ksassnowskigithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent ce4d5c0 commit ca2d3e0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/WizardStep.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,20 +182,22 @@ protected function rules(): array
182182
}
183183

184184
/**
185-
* The custom validation messages
185+
* The custom validation messages.
186186
*
187187
* @return array<string, string>
188188
*/
189-
protected function messages(): array {
189+
protected function messages(): array
190+
{
190191
return [];
191192
}
192193

193194
/**
194-
* The custom attributes label
195+
* The custom attributes label.
195196
*
196197
* @return array<string, string>
197198
*/
198-
protected function customAttributes(): array {
199+
protected function customAttributes(): array
200+
{
199201
return [];
200202
}
201203
}

0 commit comments

Comments
 (0)