mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 08:05:34 +08:00
use solution repository instead of built-in (#209)
* use solution repository instead of built-in * suppress static analysis
This commit is contained in:
@@ -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#'
|
||||
|
||||
Reference in New Issue
Block a user