mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +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.
|
* Returns a list of operators to add to the existing list.
|
||||||
*
|
*
|
||||||
* @return array[] An array of operators
|
* @return array[] An array of operators
|
||||||
|
* @psalm-suppress LessSpecificImplementedReturnType
|
||||||
*/
|
*/
|
||||||
public function getOperators()
|
public function getOperators()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user