Closed BeyerJC closed 3 years ago
I just updated a project to 5.2 and encountered problems with my yaml configuration files.
Configs that did work before are not failing with an yaml parse error.
App\SwaggerUi\UuidTypeFactory: decorates: 'api_platform.json_schema.type_factory' arguments: [ '@App\SwaggerUi\UuidTypeFactory.inner' ]
for example now has an error
!! In Inline.php line 94: !! !! Unexpected characters near " ]" at line 74 (near "arguments: [ '@App\SwaggerUi\UuidTypeFactory.inner' ] ").
Also
elao_enum: doctrine: types: {} <--- This one
Now reports invalid yaml.
Wrong project, sorry !
I just updated a project to 5.2 and encountered problems with my yaml configuration files.
Configs that did work before are not failing with an yaml parse error.
for example now has an error
Also
Now reports invalid yaml.