[ticket/10970] Added newline in docblock

PHPBB3-10970
This commit is contained in:
Fyorl 2012-08-19 17:12:08 +08:00
parent 02ccf392fa
commit e9bdca7a8b

View file

@ -363,6 +363,7 @@ class phpbb_template_filter extends php_user_filter
/** /**
* Parse paths of the form {FOO}/a/{BAR}/b * Parse paths of the form {FOO}/a/{BAR}/b
*
* Note: this method assumes at least one variable in the path, this should * Note: this method assumes at least one variable in the path, this should
* be checked before this method is called. * be checked before this method is called.
* *