Типы для php-lint v2

This commit is contained in:
origami11 2021-02-22 14:07:51 +03:00
parent f570da257d
commit 6173eb4892
31 changed files with 83 additions and 76 deletions

View file

@ -7,7 +7,7 @@ class Filter_ActionLogger
public $action;
public $processor;
function __construct(/*.Filter_Filter.*/$processor) {
function __construct($processor/*: Filter_Filter*/) {
$this->processor = $processor;
$this->file = fopen(Shortcut::getUrl('access.log'), "a");
}