| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | final class Test |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * @var |
||
| 28 | */ |
||
| 29 | private $config; |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Class construct |
||
| 33 | * |
||
| 34 | * @param array $config - Config array which holds object configuration |
||
| 35 | * @return void |
||
| 36 | */ |
||
| 37 | public function __construct(array $config = []) |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * |
||
| 44 | */ |
||
| 45 | public function this() |
||
| 50 |