[ticket/17108] Suppress warning about less specific return type

PHPBB3-17108
This commit is contained in:
Marc Alexander 2023-04-05 21:38:49 +02:00
parent 51cdac9100
commit 4f2b29fc78
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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()
{ {