1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[ticket/17135] Fix Psalm and other issues

PHPBB3-17135
This commit is contained in:
rxu
2023-06-09 11:56:32 +07:00
parent a7b5369138
commit 83294fed84
8 changed files with 84 additions and 66 deletions

View File

@@ -35,7 +35,7 @@ class queue
/** @var dispatcher */
protected $dispatcher;
/** @var phpbb\filesystem\filesystem_interface */
/** @var \phpbb\filesystem\filesystem_interface */
protected $filesystem;
/** @var service_collection */
@@ -117,6 +117,7 @@ class queue
include($this->cache_file);
/** @psalm-suppress InvalidTemplateParam */
$messenger_collection_iterator = $this->messenger_method_collection->getIterator();
while ($messenger_collection_iterator->valid())
{