chore: Аннотации к типам
This commit is contained in:
parent
09a61244ca
commit
1e27648a12
17 changed files with 217 additions and 81 deletions
|
|
@ -184,9 +184,9 @@ class Login extends Filter
|
|||
return $text;
|
||||
}
|
||||
|
||||
/* ---------------------
|
||||
/**
|
||||
* Проверка на попадание реквеста в белый список
|
||||
*/
|
||||
*/
|
||||
public function requestIsWhite(Collection $request) {
|
||||
$module = $request->get('module');
|
||||
$action = $request->get('action');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue