Total Complexity | 5 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class Expression extends BaseCheck implements HealthCheckInterface |
||
8 | { |
||
9 | |||
10 | /** |
||
11 | * |
||
12 | * {@inheritdoc} |
||
13 | * @see \Health\Checks\HealthCheckInterface::call() |
||
14 | */ |
||
15 | public function call() |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * |
||
35 | * @param string $expression |
||
36 | * @return mixed |
||
37 | */ |
||
38 | private function evalExpression(string $expression) |
||
43 |