mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-04 09:16:24 +00:00
[php] Deprecated annotation on operations and fields (#10085)
This commit is contained in:
@@ -324,6 +324,7 @@ class PetController extends Controller
|
||||
*
|
||||
* @param Request $request The Symfony request to handle.
|
||||
* @return Response The Symfony response.
|
||||
* @deprecated
|
||||
*/
|
||||
public function findPetsByTagsAction(Request $request)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user