Fixed the dot separation to match the latest PSR

(see phpDocumentor/phpDocumentor2#797)
This commit is contained in:
Vasil Rangelov
2013-04-16 17:22:15 +03:00
parent e06ea450a4
commit 510159bace
+1 -1
View File
@@ -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.]+
)* )*