Commit a7d78da3 authored by Shakarim Sapa's avatar Shakarim Sapa

- Correction

parent b5d719ce
...@@ -28,10 +28,10 @@ class CheckPresenceTime extends ConditionBase implements ConditionInterface { ...@@ -28,10 +28,10 @@ class CheckPresenceTime extends ConditionBase implements ConditionInterface {
} }
/** /**
* @param $message * @param $time
* @return bool * @return bool
*/ */
public function check($message){ public function check($time){
return true; return true;
} }
} }
\ 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