mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10820] Fix function docblock
PHPBB3-10820
This commit is contained in:
parent
56e27a9908
commit
96cf03f200
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,7 @@ function file_gc()
|
||||||
* @param string $user_agent User agent HTTP header
|
* @param string $user_agent User agent HTTP header
|
||||||
* @param int $version IE version to check against
|
* @param int $version IE version to check against
|
||||||
*
|
*
|
||||||
* @return bool true if internet explorer version is greater than 7
|
* @return bool true if internet explorer version is greater than $version
|
||||||
*/
|
*/
|
||||||
function phpbb_is_greater_ie_version($user_agent, $version)
|
function phpbb_is_greater_ie_version($user_agent, $version)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue