for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* rmarchiv.tk
* (c) 2016-2017 by Marcel 'ryg' Hering
*/
namespace App\Http\Controllers\Api\v1;
use App\Http\Controllers\Controller;
class SavegameController extends Controller
{
public function show($gamfileid)
$gamfileid
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
}
public function create($gamefileid, $slotid)
$gamefileid
$slotid
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.