Skip to content

Commit f67b8b9

Browse files
committed
Fix code doc block
1 parent 640d22d commit f67b8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/qi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ public static function php_phpbb_incompatible($phpbb_version = '')
911911
/**
912912
* Is the given phpBB branch defined?
913913
*
914-
* @param string $branch 30, 31, 32, 33, 40
914+
* @param string $branch '3.0', '3.1', '3.2', '3.3', '4.0'
915915
* @return bool
916916
*/
917917
public static function phpbb_branch($branch)

0 commit comments

Comments
 (0)