From 7195969159ea17358ee9e72f30297be266999549 Mon Sep 17 00:00:00 2001 From: Bezhan Salleh Date: Mon, 2 Sep 2024 16:53:28 +0200 Subject: [PATCH] phpstan config fix --- phpstan.neon.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 9b38e8e1..e6dfaca5 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -38,9 +38,9 @@ parameters: - message: '#Access to an undefined property [a-zA-Z0-9\\_]+::\$[a-zA-Z0-9\\_]#' path: src/Commands/MakeShieldSeederCommand.php + - + message: '#Missing typehint for iterable value#' tmpDir: build/phpstan checkOctaneCompatibility: true - checkModelProperties: true - checkMissingIterableValueType: false - + checkModelProperties: true \ No newline at end of file