aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-08-21 03:02:48 -0400
committerNils Adermann <naderman@naderman.de>2011-09-29 15:42:47 +0200
commitc6fd8d9c9bfad943b9ed7d8f5f4407c13b8939d9 (patch)
tree20dd7b75c4de6a6bbdf083a1bb78a43c9b5ca627 /tests/extension
parent5d5030a48be3d65df85d78e26690085c0889c6e3 (diff)
downloadforums-c6fd8d9c9bfad943b9ed7d8f5f4407c13b8939d9.tar
forums-c6fd8d9c9bfad943b9ed7d8f5f4407c13b8939d9.tar.gz
forums-c6fd8d9c9bfad943b9ed7d8f5f4407c13b8939d9.tar.bz2
forums-c6fd8d9c9bfad943b9ed7d8f5f4407c13b8939d9.tar.xz
forums-c6fd8d9c9bfad943b9ed7d8f5f4407c13b8939d9.zip
[feature/extension-manager] Add missing newlines at end of files
PHPBB3-10323
Diffstat (limited to 'tests/extension')
-rw-r--r--tests/extension/ext/bar/my/hidden_class.php2
-rw-r--r--tests/extension/ext/foo/a_class.php2
-rw-r--r--tests/extension/ext/foo/b_class.php2
-rw-r--r--tests/extension/ext/foo/foo.php2
-rw-r--r--tests/extension/ext/foo/type/alternative.php2
-rw-r--r--tests/extension/ext/moo/feature_class.php2
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/extension/ext/bar/my/hidden_class.php b/tests/extension/ext/bar/my/hidden_class.php
index b3c910a8c2..0261d7c59a 100644
--- a/tests/extension/ext/bar/my/hidden_class.php
+++ b/tests/extension/ext/bar/my/hidden_class.php
@@ -2,4 +2,4 @@
class phpbb_ext_bar_my_hidden_class
{
-} \ No newline at end of file
+}
diff --git a/tests/extension/ext/foo/a_class.php b/tests/extension/ext/foo/a_class.php
index 03253139f9..b7be1ad654 100644
--- a/tests/extension/ext/foo/a_class.php
+++ b/tests/extension/ext/foo/a_class.php
@@ -2,4 +2,4 @@
class phpbb_ext_foo_a_class
{
-} \ No newline at end of file
+}
diff --git a/tests/extension/ext/foo/b_class.php b/tests/extension/ext/foo/b_class.php
index 04644a9d9d..4645266122 100644
--- a/tests/extension/ext/foo/b_class.php
+++ b/tests/extension/ext/foo/b_class.php
@@ -2,4 +2,4 @@
class phpbb_ext_foo_b_class
{
-} \ No newline at end of file
+}
diff --git a/tests/extension/ext/foo/foo.php b/tests/extension/ext/foo/foo.php
index 78a8c95f65..bbf01606ce 100644
--- a/tests/extension/ext/foo/foo.php
+++ b/tests/extension/ext/foo/foo.php
@@ -2,4 +2,4 @@
class phpbb_ext_foo extends phpbb_extension_base
{
-} \ No newline at end of file
+}
diff --git a/tests/extension/ext/foo/type/alternative.php b/tests/extension/ext/foo/type/alternative.php
index b43a293b1d..404b66b965 100644
--- a/tests/extension/ext/foo/type/alternative.php
+++ b/tests/extension/ext/foo/type/alternative.php
@@ -2,4 +2,4 @@
class phpbb_ext_foo_type_alternative
{
-} \ No newline at end of file
+}
diff --git a/tests/extension/ext/moo/feature_class.php b/tests/extension/ext/moo/feature_class.php
index 20ea13054f..bf7ba40d84 100644
--- a/tests/extension/ext/moo/feature_class.php
+++ b/tests/extension/ext/moo/feature_class.php
@@ -2,4 +2,4 @@
class phpbb_ext_moo_feature_class
{
-} \ No newline at end of file
+}