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

- Дописаны аннотации
parent bbe39469
...@@ -28,7 +28,7 @@ class UserUnsuccessfullyCompletedTheTest extends ConditionBase implements Condit ...@@ -28,7 +28,7 @@ class UserUnsuccessfullyCompletedTheTest extends ConditionBase implements Condit
* @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