@@ -42,6 +42,10 @@ discard block |
||
42 | 42 | $this->parseRange($definition, $match); |
43 | 43 | } |
44 | 44 | |
45 | + /** |
|
46 | + * @param string $definition |
|
47 | + * @param string[] $match |
|
48 | + */ |
|
45 | 49 | private function parseFormat($definition, $match) |
46 | 50 | { |
47 | 51 | if (strtolower($match[1]) !== 'object') { |
@@ -49,6 +53,10 @@ discard block |
||
49 | 53 | } |
50 | 54 | } |
51 | 55 | |
56 | + /** |
|
57 | + * @param string $definition |
|
58 | + * @param string[] $match |
|
59 | + */ |
|
52 | 60 | private function parseProperties($definition, $match) |
53 | 61 | { |
54 | 62 | if (!empty($match[2])) { |
@@ -67,6 +75,10 @@ discard block |
||
67 | 75 | } |
68 | 76 | } |
69 | 77 | |
78 | + /** |
|
79 | + * @param string $definition |
|
80 | + * @param string[] $match |
|
81 | + */ |
|
70 | 82 | private function parseRange($definition, $match) |
71 | 83 | { |
72 | 84 | if (!empty($match[3])) { |