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 f9fb2fd commit d418323Copy full SHA for d418323
readme.md
@@ -93,7 +93,7 @@ to display the generated documentation for a config.
93
public function rules()
94
{
95
return [
96
- 'some_field',
+ 'some_field' => 'string',
97
'all_cities_available' => 'boolean',
98
'free_comparison' => 'boolean'
99
];
0 commit comments