- Изменены передаваемые данные (согласно интерфейсу);

- Дописаны аннотации
parent a77a9b99
......@@ -86,10 +86,11 @@ class CheckScrolling extends ConditionBase implements ConditionInterface {
}
/**
* @param $time
* @param null $message
* @param array $params
* @return bool
*/
public function check($time){
public function check($message=null, $params = array()){
return false;
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment