Skip to content

Commit

Permalink
[ticket/11212] Cosmetics
Browse files Browse the repository at this point in the history
PHPBB3-11212
  • Loading branch information
igorw committed Nov 17, 2012
1 parent b534a7a commit 1affc35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions phpBB/includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2873,7 +2873,7 @@ function send_status_line($code, $message)
/**
* Returns the HTTP version used in the current request.
*
* Handles the case of being called before `$request` is present,
* Handles the case of being called before $request is present,
* In which case it falls back to the $_SERVER superglobal.
*
* @return string HTTP version
Expand Down Expand Up @@ -5348,7 +5348,8 @@ function garbage_collection()
* @event core.garbage_collection
* @since 3.1-A1
*/
if (!empty($phpbb_dispatcher)) {
if (!empty($phpbb_dispatcher))
{
$phpbb_dispatcher->dispatch('core.garbage_collection');
}

Expand Down

0 comments on commit 1affc35

Please sign in to comment.