diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-25 22:42:52 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-25 22:42:52 +0100 |
commit | eb83bd5797d3fb7e6c1380b5ecaa2d0a2e69dd82 (patch) | |
tree | 1f5c5c652b46d43ba351ac7d4713a55209a49554 | |
parent | f4898b9258c8365f3aae7fc945c3f156ec9f0ad4 (diff) | |
download | forums-eb83bd5797d3fb7e6c1380b5ecaa2d0a2e69dd82.tar forums-eb83bd5797d3fb7e6c1380b5ecaa2d0a2e69dd82.tar.gz forums-eb83bd5797d3fb7e6c1380b5ecaa2d0a2e69dd82.tar.bz2 forums-eb83bd5797d3fb7e6c1380b5ecaa2d0a2e69dd82.tar.xz forums-eb83bd5797d3fb7e6c1380b5ecaa2d0a2e69dd82.zip |
[ticket/13381] Fix header intendation of v312.php
PHPBB3-13381
-rw-r--r-- | phpBB/phpbb/db/migration/data/v31x/v312.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/phpBB/phpbb/db/migration/data/v31x/v312.php b/phpBB/phpbb/db/migration/data/v31x/v312.php index 12a3ec3ae6..bf49935f4d 100644 --- a/phpBB/phpbb/db/migration/data/v31x/v312.php +++ b/phpBB/phpbb/db/migration/data/v31x/v312.php @@ -1,15 +1,15 @@ <?php /** - * - * This file is part of the phpBB Forum Software package. - * - * @copyright (c) phpBB Limited <https://www.phpbb.com> - * @license GNU General Public License, version 2 (GPL-2.0) - * - * For full copyright and license information, please see - * the docs/CREDITS.txt file. - * - */ +* +* This file is part of the phpBB Forum Software package. +* +* @copyright (c) phpBB Limited <https://www.phpbb.com> +* @license GNU General Public License, version 2 (GPL-2.0) +* +* For full copyright and license information, please see +* the docs/CREDITS.txt file. +* +*/ namespace phpbb\db\migration\data\v31x; |