| 1 | <?php |
||
| 9 | class NodeController extends Controller |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @Route("/id/{id}", name="node.view") |
||
| 13 | */ |
||
| 14 | public function viewAction(Request $request, $id) |
||
| 22 | |||
| 23 | public function editAction(Request $request, $id) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @return NodeService |
||
| 34 | */ |
||
| 35 | private function getNodeService() |
||
| 39 | } |
||
| 40 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.