Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PHPStan issue with nette/component-model 3.1.0
nette/component-model 3.1.0 made the type annotations more precise, correctly declaring that `null` will not be returned when `$throw` argument is `true` (default): nette/component-model@fbab7bc As a result PHPStan started to complain: Expression on left side of ?? is not nullable. (cherry picked from commit 7445d0d, 2afcd08)
- Loading branch information