mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17489] Fix queue for ucp_resend, add type hints to $messenger_method
PHPBB-17489
This commit is contained in:
@@ -114,6 +114,7 @@ abstract class messenger_base extends \phpbb\notification\method\base
|
||||
continue;
|
||||
}
|
||||
|
||||
/** @var \phpbb\messenger\method\base $messenger_method */
|
||||
foreach ($messenger_collection_iterator as $messenger_method)
|
||||
{
|
||||
if ($messenger_method->get_id() == $notify_method || $notify_method == $messenger_method::NOTIFY_BOTH)
|
||||
|
Reference in New Issue
Block a user