Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | class HasFunctionCheck implements EnvironmentCheck |
||
13 | { |
||
14 | /** |
||
15 | * @var string |
||
16 | */ |
||
17 | protected $functionName; |
||
18 | |||
19 | /** |
||
20 | * @param string $functionName The name of the function to look for. |
||
21 | */ |
||
22 | public function __construct($functionName) |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * {@inheritDoc} |
||
29 | * |
||
30 | * @return array |
||
31 | */ |
||
32 | public function check() |
||
40 |