| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | public function getSubUrlsAction($tokens) |
||
| 12 | { |
||
| 13 | $tokensArray = explode(',', $tokens); |
||
| 14 | $subUrls = $this->get('nginx_push_stream.default_connection')->getSubUrls($tokensArray); |
||
| 15 | return $this->render('NginxPushStreamBundle:Default:index.html.twig', array('subUrls' => $subUrls)); |
||
| 16 | //return new Response(json_encode($subUrls), 200, array('Content-type' => 'text/json')); |
||
| 17 | } |
||
| 18 | |||
| 24 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.