chore: Аннотации к типам
This commit is contained in:
parent
386a927254
commit
245b5c6c19
18 changed files with 191 additions and 104 deletions
|
|
@ -32,6 +32,11 @@ abstract class AbstractRule
|
|||
return $this->errorMsg;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Collection $container
|
||||
* @param bool|null $status
|
||||
* @return bool
|
||||
*/
|
||||
public function isValid(Collection $container, $status = null): bool
|
||||
{
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue