mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 18:13:13 +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 (
|
\A (
|
||||||
[^\n.]+
|
[^\n.]+
|
||||||
(?:
|
(?:
|
||||||
(?! \. \s | \n{2} ) # disallow the first seperator here
|
(?! \. \n | \n{2} ) # disallow the first seperator here
|
||||||
[\n.] (?! [ \t]* @\pL ) # disallow second seperator
|
[\n.] (?! [ \t]* @\pL ) # disallow second seperator
|
||||||
[^\n.]+
|
[^\n.]+
|
||||||
)*
|
)*
|
||||||
|
|||||||
Reference in New Issue
Block a user