mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/17135] Fix Psalm and other issues
PHPBB3-17135
This commit is contained in:
@@ -245,6 +245,7 @@ class message
|
||||
|
||||
foreach ($this->recipients as $recipient)
|
||||
{
|
||||
/** @psalm-suppress InvalidTemplateParam */
|
||||
$messenger_collection_iterator = $messenger->getIterator();
|
||||
while ($messenger_collection_iterator->valid())
|
||||
{
|
||||
|
Reference in New Issue
Block a user