@@ -112,6 +112,9 @@ |
||
112 | 112 | return $type; |
113 | 113 | } |
114 | 114 | |
115 | + /** |
|
116 | + * @param string $type |
|
117 | + */ |
|
115 | 118 | function parseTypeExpression($type) |
116 | 119 | { |
117 | 120 | $rpn = $this->rpn($type); |