@@ -289,7 +289,7 @@ |
||
289 | 289 | |
290 | 290 | if (!$itHas && $includeMagic) { |
291 | 291 | $pattern = '/\* @(?P<tag>property-read|property-write|property) +'. |
292 | - '(?P<types>([a-zA-Z]+[\[\]]*\|?)+) +(?P<property>\$'.$name.') *(?P<description>.*)/'; |
|
292 | + '(?P<types>([a-zA-Z]+[\[\]]*\|?)+) +(?P<property>\$'.$name.') *(?P<description>.*)/'; |
|
293 | 293 | |
294 | 294 | $itHas = preg_match($pattern, $this->reflectionObject->getDocComment()) > 0; |
295 | 295 | } |