Closed Eluinhost closed 10 years ago
in src/PublicUHC/Bundle/TeamspeakAuthBundle/Controller/TeamspeakAccountController.php, line 49
Method names should be declared in camelCase. You should rename this class to comply with PSR-1.
camelCase
* 400="On invalid parameters", * 503="On unable to reach Teamspeak server (online checks only)" * } * ) */ public function api_v1_checkTeamspeakAccountAction($uuids, $type, $limit, $offset) { if($limit > 50) throw new BadRequestHttpException('Only 50 accounts may be fetched per request'); /** @var EntityManager $em */
Posted from SensioLabsInsight
in src/PublicUHC/Bundle/TeamspeakAuthBundle/Controller/TeamspeakAccountController.php, line 49
Posted from SensioLabsInsight