Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup code so that PHPStan exception is not needed
Our previous way of using `method_exists` for `OCP\Util\addInitScript` was flagged by PHPStan. Writing the method call a bit differently solved this. Unfortunately, Scrutinizer is a bit more stupid here and still requires an inline suppression also with this modified version.
- Loading branch information