make ExpressionLanguage/FunctionsProvider/Typo3ConditionFunctionsProvider.php symfony expression function provider interface compatible

Issue #26 closed
Alexander Grein created an issue

The interface requires, that the getFunctions method returns an array.

public function getFunctions()

Should be

public function getFunctions(): array