mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[feature/extension-manager] Add missing newlines at end of files
PHPBB3-10323
This commit is contained in:
parent
5d5030a48b
commit
c6fd8d9c9b
@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user