aboutsummaryrefslogtreecommitdiffstats
path: root/tests/profilefields/type_bool_test.php
diff options
context:
space:
mode:
authorShitiz Garg <mail@dragooon.net>2014-06-18 01:25:04 +0530
committerShitiz Garg <mail@dragooon.net>2014-06-18 01:25:04 +0530
commitaee20bcf0c94f37656b3d8bf213649a4ca702df6 (patch)
tree2e9e6a8c9d104b5cd37272adc12845464adbe24e /tests/profilefields/type_bool_test.php
parent934db6ded1eb4f0d2e1dc1897318672d6b940fe9 (diff)
downloadforums-aee20bcf0c94f37656b3d8bf213649a4ca702df6.tar
forums-aee20bcf0c94f37656b3d8bf213649a4ca702df6.tar.gz
forums-aee20bcf0c94f37656b3d8bf213649a4ca702df6.tar.bz2
forums-aee20bcf0c94f37656b3d8bf213649a4ca702df6.tar.xz
forums-aee20bcf0c94f37656b3d8bf213649a4ca702df6.zip
[ticket/12514] Remove spaces in header blocks
PHPBB3-12514
Diffstat (limited to 'tests/profilefields/type_bool_test.php')
-rw-r--r--tests/profilefields/type_bool_test.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/profilefields/type_bool_test.php b/tests/profilefields/type_bool_test.php
index ca4d13ccf7..0b1f2b8a30 100644
--- a/tests/profilefields/type_bool_test.php
+++ b/tests/profilefields/type_bool_test.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.
+*
+*/
class phpbb_profilefield_type_bool_test extends phpbb_test_case
{