mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/16955] Clean up installer classes for psalm
PHPBB3-16955
This commit is contained in:
@@ -106,6 +106,7 @@ abstract class module_base implements module_interface
|
||||
{
|
||||
// Recover install progress
|
||||
$task_index = $this->recover_progress();
|
||||
/** @psalm-suppress InvalidTemplateParam */
|
||||
$iterator = $this->task_collection->getIterator();
|
||||
|
||||
if ($task_index < $iterator->count())
|
||||
|
Reference in New Issue
Block a user