| 1 | <?php |
||
| 11 | class EasyTicketController extends Controller |
||
| 12 | { |
||
| 13 | public function index() |
||
| 16 | |||
| 17 | public function create($gamefileId) |
||
| 20 | |||
| 21 | public function store(Request $request) |
||
| 24 | |||
| 25 | public function edit($ticketId) |
||
| 28 | |||
| 29 | public function update(Request $request, $ticketId) |
||
| 32 | |||
| 33 | public function store_consolelog(Request $request, $ticket_id) |
||
| 36 | } |
||
| 37 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.