mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-16 00:08:53 +00:00
[ticket/17108] Suppress warning about less specific return type
PHPBB3-17108
This commit is contained in:
parent
51cdac9100
commit
4f2b29fc78
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue