Closed Eluinhost closed 10 years ago
in src/PublicUHC/Bundle/TeamspeakAuthBundle/Controller/AuthenticationController.php, line 53
Method names should be declared in camelCase. You should rename this class to comply with PSR-1.
camelCase
* @RequestParam(name="ts_uuid", description="Teamspeak UUID") * @RequestParam(name="ts_code", description="Teamspeak Code") * @RequestParam(name="mc_uuid", description="Minecraft Username") * @RequestParam(name="mc_code", description="Minecraft Code") */ public function api_v1_authenticationsAction($ts_uuid, $ts_code, $mc_uuid, $mc_code) { /** @var $entityManager EntityManager */ $entityManager = $this->getDoctrine()->getManager(); $tsqb = $entityManager->createQueryBuilder();
Posted from SensioLabsInsight
in src/PublicUHC/Bundle/TeamspeakAuthBundle/Controller/AuthenticationController.php, line 53
Posted from SensioLabsInsight