mirror of
https://github.com/flextype/flextype.git
synced 2025-08-06 05:07:41 +02:00
feat(expressions): types fixes
This commit is contained in:
@@ -35,6 +35,9 @@ class MathExpression implements ExpressionFunctionProviderInterface
|
||||
public const ROUND_HALF_ODD = PHP_ROUND_HALF_ODD;
|
||||
public const ROUND_HALF_UP = PHP_ROUND_HALF_UP;
|
||||
|
||||
/**
|
||||
* @phpstan-param self::ROUND_* $mode
|
||||
*/
|
||||
public function getFunctions()
|
||||
{
|
||||
return [
|
||||
|
Reference in New Issue
Block a user