use solution repository instead of built-in (#209)

* use solution repository instead of built-in

* suppress static analysis
This commit is contained in:
sunxyw
2022-12-27 20:39:24 +08:00
committed by GitHub
parent 05b3321af7
commit 87840930e0
13 changed files with 75 additions and 30 deletions

View File

@@ -4,6 +4,8 @@ parameters:
paths:
- ./src/
- ./tests/
excludePaths:
- ./src/ZM/Exception/Solution/SolutionRepository.php
ignoreErrors:
- '#Constant .* not found#'
- '#PHPDoc tag @throws with type Psr\\Container\\ContainerExceptionInterface is not subtype of Throwable#'