From 7f3dfde1634758c4928aca22db2f0e9675b2d61e Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 20 Sep 2015 10:05:23 +0200 Subject: [PATCH] [ticket/14180] Use unix line endings in type_foo PHPBB3-14180 --- tests/files/type_foo.php | 62 ++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/tests/files/type_foo.php b/tests/files/type_foo.php index 20eddfcbc4..95940b9d2f 100644 --- a/tests/files/type_foo.php +++ b/tests/files/type_foo.php @@ -1,31 +1,31 @@ - - * @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\files\types; - -class foo extends \phpbb\files\types\remote -{ - static public $tempnam_path; -} - -function tempnam($one, $two) -{ - if (empty(foo::$tempnam_path)) - { - return \tempnam($one, $two); - } - else - { - return foo::$tempnam_path; - } -} + + * @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\files\types; + +class foo extends \phpbb\files\types\remote +{ + static public $tempnam_path; +} + +function tempnam($one, $two) +{ + if (empty(foo::$tempnam_path)) + { + return \tempnam($one, $two); + } + else + { + return foo::$tempnam_path; + } +}