chore(timetable): bump phpstan baseline for park-path engagement access

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) <noreply@anthropic.com>
This commit is contained in:
2026-05-08 21:32:49 +02:00
parent 70431fb836
commit 5ab68ddbb3

View File

@@ -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
-