Skip to content

Commit 05e7311

Browse files
author
Mostafa Aghajani
committed
feat(php-laravel): update variableNamingConvention option in php-laravel help file to include 'off' as a valid value
1 parent 8eef1d3 commit 05e7311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/generators/php-laravel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
3838
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
3939
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
4040
|srcBasePath|The directory to serve as source root.| |null|
41-
|variableNamingConvention|naming convention of variable name, e.g. camelCase.| |snake_case|
41+
|variableNamingConvention|naming convention of variable name, e.g. camelCase.|`camelCase`, `PascalCase`, `snake_case`, `off`|snake_case|
4242

4343
## IMPORT MAPPING
4444

0 commit comments

Comments
 (0)