aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/files/type_foo.php62
1 files 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 @@
-<?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.
- *
- */
-
-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;
- }
-}
+<?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.
+ *
+ */
+
+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;
+ }
+}