Issue #3611615: Non-canonical cast (boolean) in EmailAttachmentEvaluator is deprecated in PHP 8.4

Replaces the non-canonical (boolean) cast with the canonical (bool) at src/Service/EmailAttachmentEvaluator.php line 324. PHP 8.4 deprecates the (boolean) alias, which escalates to an error under functional testing.

Merge request reports

Loading