mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17108] Suppress warning about less specific return type
PHPBB3-17108
This commit is contained in:
@@ -101,6 +101,7 @@ class extension extends \Twig\Extension\AbstractExtension
|
||||
* Returns a list of operators to add to the existing list.
|
||||
*
|
||||
* @return array[] An array of operators
|
||||
* @psalm-suppress LessSpecificImplementedReturnType
|
||||
*/
|
||||
public function getOperators()
|
||||
{
|
||||
|
Reference in New Issue
Block a user