Notice: Trying to access array offset on value of type bool
Notice: Trying to access array offset on value of type bool
Notice: Trying to access array offset on value of type bool
Exception: Undefined class constant 'DUMP_OBJECT_AS_MAP'
-------------------------------swagger annotations----------
Top of the file
/**
Excellent library, thank you !
I'm getting this issue. Anyone can help me on this?
vendor/bin/openapi api/modules/v3/controllers/BookmarksController.php swagger
Notice: Trying to access array offset on value of type bool
Notice: Trying to access array offset on value of type bool
Notice: Trying to access array offset on value of type bool
Exception: Undefined class constant 'DUMP_OBJECT_AS_MAP'
-------------------------------swagger annotations----------
Top of the file
/**
*/
Above action
/** * @OA\Get( * tags={"Tag"}, * path="/add-bookmark", * summary="Summary", * @OA\Response(response=200, description="OK"), * @OA\Response(response=401, description="Unauthorized"), * @OA\Response(response=404, description="Not Found") * ) */ Thanks
Issue was in symfony/yaml extesion. Upgraded the extesion and it is working fine.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.