for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Arcanesoft\Auth\Http\Controllers\Foundation;
use Arcanesoft\Auth\Bases\FoundationController;
/**
* Class UsersController
*
* @package Arcanesoft\Auth\Http\Controllers\Foundation
* @author ARCANEDEV <[email protected]>
*/
class UsersController extends FoundationController
{
/* ------------------------------------------------------------------------------------------------
| Main Functions
| ------------------------------------------------------------------------------------------------
public function index()
//
}
public function create()
public function store()
public function show($userId)
$userId
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 edit($userId)
public function update($userId)
public function delete($userId)
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.