Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2025 at 12:20 UTC
Updated:
1 Jan 2026 at 23:14 UTC
Jump to comment: Most recent
Comments
Comment #3
ivnishComment #4
ivnishAlso link in trigger is broken. I can fix it here or create a new issue
Comment #5
smustgrave commentedNice find! Searched for other mistakes but this appears to be the only one.
Comment #6
catchCommitted/pushed to 11.x, thanks! Let's open a separate issue for the link.
Comment #11
mstrelan commentedFwiw this would also have been fixed in #3557514: Fix "expects int, string given" issues detected by phpstan. The phpstan param in that issue/meta is what we need in order to detect these in advance, and would be the best way to find others.