We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4d5c0 commit ca2d3e0Copy full SHA for ca2d3e0
src/WizardStep.php
@@ -182,20 +182,22 @@ protected function rules(): array
182
}
183
184
/**
185
- * The custom validation messages
+ * The custom validation messages.
186
*
187
* @return array<string, string>
188
*/
189
- protected function messages(): array {
+ protected function messages(): array
190
+ {
191
return [];
192
193
194
- * The custom attributes label
195
+ * The custom attributes label.
196
197
198
- protected function customAttributes(): array {
199
+ protected function customAttributes(): array
200
201
202
203
0 commit comments