1 | <?php |
||
12 | final class Helpers |
||
13 | { |
||
14 | |||
15 | final private function __construct() |
||
18 | |||
19 | /** |
||
20 | * Parsuje pole dat zaslaných skautISem (například $_SESSION) |
||
21 | * |
||
22 | * @param array<string, mixed> $data |
||
23 | * |
||
24 | * @return array<string, mixed> |
||
|
|||
25 | * |
||
26 | * @throws UnexpectedValueException pokud se nepodaří naparsovat datum |
||
27 | */ |
||
28 | 1 | public static function parseLoginData(array $data): array |
|
48 | } |
||
49 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.