open-orchestra/open-orchestra-cms-bundle

View on GitHub
BackofficeBundle/Controller/InternalLinkController.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to undeclared method \OpenOrchestra\BackofficeBundle\Controller\InternalLinkController::generateUrl
Open

        $option = array('action' => $this->generateUrl('open_orchestra_backoffice_internal_link_form'));

Possibly zero references to use statement for classlike/namespace Config (\Sensio\Bundle\FrameworkExtraBundle\Configuration)
Open

use Sensio\Bundle\FrameworkExtraBundle\Configuration as Config;

Return type of formAction() is undeclared type \Symfony\Component\HttpFoundation\Response
Open

    public function formAction(Request $request)

Call to method handleRequest from undeclared class \Symfony\Component\Form\Form
Open

        $form->handleRequest($request);

Reference to instance property query from undeclared class \Symfony\Component\HttpFoundation\Request
Open

            $request->query->all(),

Argument 1 (form) is \Symfony\Component\Form\Form but \OpenOrchestra\BackofficeBundle\Controller\InternalLinkController::renderAdminForm() takes \Symfony\Component\Form\FormInterface defined at /code/BackofficeBundle/Controller/AbstractAdminController.php:58
Open

        return $this->renderAdminForm($form);

Call to method getMethod from undeclared class \Symfony\Component\HttpFoundation\Request
Open

        if ("PATCH" === $request->getMethod()) {

Parameter $request has undeclared type \Symfony\Component\HttpFoundation\Request
Open

    public function formAction(Request $request)

There are no issues that match your filters.

Category
Status