Skip to content

Commit f4145a5

Browse files
[ExpressionLanguage] Revert native return types on ExpressionLanguage::registerFunctions()
1 parent d57df58 commit f4145a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ExpressionLanguage.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,10 @@ public function registerProvider(ExpressionFunctionProviderInterface $provider):
135135
}
136136
}
137137

138-
protected function registerFunctions(): void
138+
/**
139+
* @return void
140+
*/
141+
protected function registerFunctions()
139142
{
140143
$this->addFunction(ExpressionFunction::fromPhp('constant'));
141144

0 commit comments

Comments
 (0)