TypeError
Mezatsong\SwaggerDocs\Parameters\BodyParametersGenerator::addToProperties(): Argument #1 ($properties) must be of type array, null given, called in C:\User
s\B_Soft\Projects\Free-lance\adaa\codes\api.adaacertif.com\vendor\mezatsong\laravel-swagger-docs\src\Parameters\BodyParametersGenerator.php on line 122
92▕ if (\count($nameTokens) === 0) {
93▕ return;
94▕ }
95▕
1 C:\Users\B_Soft\Projects\Free-lance\adaa\codes\api.adaacertif.com\vendor\mezatsong\laravel-swagger-docs\src\Parameters\BodyParametersGenerator.php:122
Mezatsong\SwaggerDocs\Parameters\BodyParametersGenerator::addToProperties()
2 C:\Users\B_Soft\Projects\Free-lance\adaa\codes\api.adaacertif.com\vendor\mezatsong\laravel-swagger-docs\src\Parameters\BodyParametersGenerator.php:120
Mezatsong\SwaggerDocs\Parameters\BodyParametersGenerator::addToProperties()
I have an issue when I put an array in validation, specialy when the name of the rule end with *
The FormRequest:
The Error: