mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
[feature/extension-manager] Add missing newlines at end of files
PHPBB3-10323
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
class phpbb_ext_bar_my_hidden_class
|
||||
{
|
||||
}
|
||||
}
|
||||
|
@@ -2,4 +2,4 @@
|
||||
|
||||
class phpbb_ext_foo_a_class
|
||||
{
|
||||
}
|
||||
}
|
||||
|
@@ -2,4 +2,4 @@
|
||||
|
||||
class phpbb_ext_foo_b_class
|
||||
{
|
||||
}
|
||||
}
|
||||
|
@@ -2,4 +2,4 @@
|
||||
|
||||
class phpbb_ext_foo extends phpbb_extension_base
|
||||
{
|
||||
}
|
||||
}
|
||||
|
@@ -2,4 +2,4 @@
|
||||
|
||||
class phpbb_ext_foo_type_alternative
|
||||
{
|
||||
}
|
||||
}
|
||||
|
@@ -2,4 +2,4 @@
|
||||
|
||||
class phpbb_ext_moo_feature_class
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user