1 | <?php |
||
14 | final class Checker |
||
15 | { |
||
16 | /** |
||
17 | * @param string $scope |
||
18 | * @param string $scopes |
||
19 | * |
||
20 | * @throws \InvalidArgumentException |
||
21 | */ |
||
22 | public static function checkUsedOnce(string $scope, string $scopes) |
||
29 | |||
30 | /** |
||
31 | * @param string $scope |
||
32 | * |
||
33 | * @throws \InvalidArgumentException |
||
34 | */ |
||
35 | public static function checkCharset(string $scope) |
||
41 | } |
||
42 |