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; + } +}