mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
Fixed the dot separation to match the latest PSR
(see phpDocumentor/phpDocumentor2#797)
This commit is contained in:
@@ -158,7 +158,7 @@ class DocBlock implements \Reflector
|
||||
\A (
|
||||
[^\n.]+
|
||||
(?:
|
||||
(?! \. \s | \n{2} ) # disallow the first seperator here
|
||||
(?! \. \n | \n{2} ) # disallow the first seperator here
|
||||
[\n.] (?! [ \t]* @\pL ) # disallow second seperator
|
||||
[^\n.]+
|
||||
)*
|
||||
|
||||
Reference in New Issue
Block a user