Total Complexity | 7 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class ProviderValidator extends Validator implements ProviderValidatorInterface |
||
16 | { |
||
17 | /** |
||
18 | * Checks for any required configuration is missed. |
||
19 | * |
||
20 | * @param $configuration |
||
21 | * @param $required |
||
22 | * |
||
23 | * @throws \Eliurkis\laravelcdn\Exceptions\MissingConfigurationException |
||
24 | */ |
||
25 | public function validate($configuration, $required) |
||
42 |