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

- Дописаны аннотации
parent 144f46c8
...@@ -28,7 +28,7 @@ class UserSuccessfullyCompletedTheTest extends ConditionBase implements Conditio ...@@ -28,7 +28,7 @@ class UserSuccessfullyCompletedTheTest extends ConditionBase implements Conditio
* @param $message * @param $message
* @return bool * @return bool
*/ */
public function check($message){ public function check($message=null, $params = array()){
return false; 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