[php] Deprecated annotation on operations and fields (#10085)

This commit is contained in:
Nathan Baulch
2021-08-04 19:29:19 +10:00
committed by GitHub
parent dc23267580
commit ca5de9d503
22 changed files with 82 additions and 35 deletions

View File

@@ -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)
{