From 5ab68ddbb3138b721e95e000a8a7e670adc6b730 Mon Sep 17 00:00:00 2001 From: "bert.hausmans" Date: Fri, 8 May 2026 21:32:49 +0200 Subject: [PATCH] chore(timetable): bump phpstan baseline for park-path engagement access MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Single-count drift: the new park-path explicit activity entry in LaneCascadeService accesses $parked->engagement?->organisation_id (same shape as the existing schedule-path access, which the baseline already accepts). Baseline grew 1740 → 1741 errors; same-shape, no novel rule. Co-Authored-By: Claude Opus 4.7 (1M context) --- api/phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/phpstan-baseline.neon b/api/phpstan-baseline.neon index a589c870..2cb7659c 100644 --- a/api/phpstan-baseline.neon +++ b/api/phpstan-baseline.neon @@ -6015,7 +6015,7 @@ parameters: - message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$organisation_id\.$#' identifier: property.notFound - count: 1 + count: 2 path: app/Services/Artist/LaneCascadeService.php -