From da28ea8642eb5fe95d16ab2656abc14dae71f6de Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 27 Sep 2022 21:23:41 +0200 Subject: [PATCH] config fixes --- Config/phpstan.neon | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 0b075ac..7ba1f02 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -68,3 +68,9 @@ parameters: - message: '#Binary operation "\-" between string and int results in an error#' path: *Matrix/Matrix.php + - + message: '#PHPDoc tag @return with type object is not subtype of native type phpOMS.*#' + path: *Module/ModuleManager.php + - + message: '#.*continuousComparator\(\) is unused.*#' + path: *Algorithm/Knapsack/Continuous.php \ No newline at end of file