1 | <?php defined('SYSPATH') OR die('No direct access allowed.'); |
||
9 | class Kohana_Jam_Behavior_Auth_User_Token extends Jam_Behavior { |
||
10 | |||
11 | 5 | public function builder_call_valid_token(Database_Query $query, Jam_Event_Data $data, $token, $current_time = NULL) |
|
17 | |||
18 | 1 | public function builder_call_expired(Database_Query $query, Jam_Event_Data $data, $token = TRUE, $current_time = NULL) |
|
22 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.