Closed (fixed)
Project:
Bartik
Version:
1.1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Apr 2026 at 16:38 UTC
Updated:
15 May 2026 at 19:05 UTC
Jump to comment: Most recent
Comments
Comment #3
solideogloria commentedComment #4
solideogloria commentedComment #5
solideogloria commentedThe latest commit should fix the phpstan error for previous major.
Comment #6
liam morlandThanks for the patch.
Is there a reason the service is identified once as
theme.settings_providerand once asDrupal\Core\Extension\ThemeSettingsProvider? If the latter is to be used, I would rather it beThemeSettingsProvider::class.There should be a
@todoabout removing this once 11.3 is the lowest supported version.Comment #7
solideogloria commentedOh, didn't notice that. Yeah, it should be consistent. Updated
Comment #8
solideogloria commentedThe reason for it is that is what phpstan recommended. See the issue summary
Comment #9
liam morlandI made it use
@phpstan-ignoreinstead of a file.Comment #11
liam morland