From 687310c1a37ac0590584c427aaaf10ec137cad58 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 23 Feb 2024 00:23:27 -0500 Subject: [PATCH] work in progress --- phpstan-baseline.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 2cbc78a..b9474c3 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -44,3 +44,8 @@ parameters: message: "#^Undefined variable\\: \\$this$#" count: 6 path: tests/ProfilePhotoTest.php + + - + message: "#^Undefined variable\\: \\$this$#" + count: 5 + path: tests/UpdateModelDomainTest.php