Skip to content

Commit

Permalink
fix: Remaining merge conflict trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Oct 20, 2023
1 parent 13ada18 commit 518f940
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lib/RoadizCoreBundle/src/Controller/CustomFormController.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,10 @@ public function postAction(Request $request, int $id): Response
* @param Request $request
* @param int $customFormId
* @return Response
<<<<<<< Updated upstream
* @throws Exception
=======
* @throws Exception|FilesystemException
>>>>>>> Stashed changes
* @throws FilesystemException
* @throws LoaderError
* @throws RuntimeError
* @throws SyntaxError
*/
public function addAction(Request $request, int $customFormId): Response
{
Expand Down

0 comments on commit 518f940

Please sign in to comment.