1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/17281] Remove not needed suppress

PHPBB3-17281
This commit is contained in:
Marc Alexander
2023-12-31 15:08:37 +01:00
parent e42b743b86
commit c73e7bfe05
5 changed files with 0 additions and 10 deletions

View File

@@ -23,8 +23,6 @@ namespace phpbb\extension;
*
* Items could be anything, for example template paths or cron task names.
* Derived classes completely define what the items are.
*
* @psalm-suppress MissingTemplateParam
*/
abstract class provider implements \IteratorAggregate
{