Skip to content

Commit 47d3f86

Browse files
committed
Fixed the dot separation to match the latest PSR
(see phpDocumentor/phpDocumentor#797)
1 parent cfb104b commit 47d3f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpDocumentor/Reflection/DocBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ protected function splitDocBlock($comment)
158158
\A (
159159
[^\n.]+
160160
(?:
161-
(?! \. \s | \n{2} ) # disallow the first seperator here
161+
(?! \. \n | \n{2} ) # disallow the first seperator here
162162
[\n.] (?! [ \t]* @\pL ) # disallow second seperator
163163
[^\n.]+
164164
)*

0 commit comments

Comments
 (0)