for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace AppBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\Request;
class UtilisateurController extends Controller
{
public function inscriptionAction(Request $request)
$request
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
}
public function gererMesOptinsAction(Request $request)
public function supprimerMonCompteAction(Request $request)
public function modifierMonProfilAction(Request $request)
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.