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 cfb104b8c8
commit 47d3f86c53
+1 -1
View File
@@ -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.]+
)*