Skip to content

[Insight] Your project should not contain "FIXME" comments - in src/Controller/TrickAdminController.php, line 120 #10

@tcheuD

Description

@tcheuD

in src/Controller/TrickAdminController.php, line 120

Tasks comments are left in the code when a feature (or a bug) isn't completely developed (or fixed). You should complete the implementation and remove the comment.

    /**
     * @Route("/trick/pic", name="trick_pic")
     */
    public function addPicture(EntityManagerInterface $em, Request $request, FileUploader $fileUploader)
    {
        //TODO: HandlePictureForm

        $form = $this->createForm(AddPictureFormType::class);

        $form->handleRequest($request);

Posted from SymfonyInsight

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions