Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore access to constants like self::MANUAL on \Nette\Http\UserStorage
UserStorage implements Nette\Security\IUserStorage and the constants were defined on that interface but the interface was removed in nette/security 3.2, and even \Nette\Http\UserStorage is deprecated.
- Loading branch information