fix(phpstan): remove stale Flash::add() baseline suppression

Security module now calls Flash::add() directly (for 'warning' type),
so PHPStan no longer reports it as unused — the baseline entry became unmatched.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
aminovfariz
2026-06-23 09:37:20 +02:00
parent 3ae289f1b7
commit 7a9702cffa

View File

@@ -1374,12 +1374,6 @@ parameters:
count: 1
path: core/Service/User/UserTenantContextService.php
-
message: '#^Public method "MintyPHP\\Support\\Flash\:\:add\(\)" is never used$#'
identifier: public.method.unused
count: 1
path: core/Support/Flash.php
-
message: '#^Public method "MintyPHP\\Support\\Flash\:\:dismissByKey\(\)" is never used$#'
identifier: public.method.unused