The PlgSystemHttpHeaders
callbacks (setHttpHeaders
, applyHashesToCspRule
) are not correctly implementing the SubscriberInterface
callbacks interface.
This is not an error on PHP, but in the future, it will generate a fatal error.
These are the fixed signatures:
public function setHttpHeaders(Event $event): void
public function applyHashesToCspRule(Event $event): void
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-06 00:17:09 |
Closed_By | ⇒ | wilsonge |