Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-11195

Put conditional opening brace on its own line, as per guidelines

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • 3.1.0-a1
    • 3.1.0-dev
    • None
    • None

      Line 129 of functions_container.php:

      	if (defined('DEBUG')) {

      Should be:

      	if (defined('DEBUG'))
      	{

            imkingdavid David King [X] (Inactive)
            imkingdavid David King [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: