| 1 | <?php |
||
| 10 | class NotificationController extends Controller |
||
| 11 | { |
||
| 12 | use Helpers; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Constructor |
||
| 16 | */ |
||
| 17 | public function __construct() { |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Display a listing of the resource. |
||
| 23 | * |
||
| 24 | * @return \Illuminate\Http\Response |
||
| 25 | */ |
||
| 26 | public function index(Request $request, $type = null) |
||
| 44 | |||
| 45 | public function update(Request $request, $id, $action) |
||
| 50 | |||
| 51 | } |
||
| 52 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.