We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 5 | final class GlobalVariables |
||
| 6 | { |
||
| 7 | /** @var array */ |
||
| 8 | private $services; |
||
| 9 | |||
| 10 | 101 | public function __construct(array $services = []) |
|
| 14 | |||
| 15 | /** |
||
| 16 | * @param string $name |
||
| 17 | * |
||
| 18 | * @return mixed |
||
| 19 | */ |
||
| 20 | 91 | public function get($name) |
|
| 28 | |||
| 29 | /** |
||
| 30 | * @param string $name |
||
| 31 | * |
||
| 32 | * @return bool |
||
| 33 | */ |
||
| 34 | 1 | public function has($name) |
|
| 38 | } |
||
| 39 |