diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-28 15:35:56 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2016-07-28 17:49:08 +0200 |
commit | 7efadf7b6bafcd5f228d617a010ebad34ecce9b7 (patch) | |
tree | 0ffa142d7d601da65aaedfe4223d4b59b165777c | |
parent | a1f02086e576b2ba0b98f3061e6a06f377299b8f (diff) | |
download | nextcloud-server-7efadf7b6bafcd5f228d617a010ebad34ecce9b7.tar.gz nextcloud-server-7efadf7b6bafcd5f228d617a010ebad34ecce9b7.zip |
Move classes to PSR-4
-rw-r--r-- | apps/theming/lib/Controller/ThemingController.php (renamed from apps/theming/lib/controller/themingcontroller.php) | 0 | ||||
-rw-r--r-- | apps/theming/lib/Template.php (renamed from apps/theming/lib/template.php) | 0 | ||||
-rw-r--r-- | apps/theming/lib/Util.php (renamed from apps/theming/lib/util.php) | 0 | ||||
-rw-r--r-- | apps/theming/tests/Controller/ThemingControllerTest.php (renamed from apps/theming/tests/lib/controller/ThemingControllerTest.php) | 0 | ||||
-rw-r--r-- | apps/theming/tests/TemplateTest.php (renamed from apps/theming/tests/lib/TemplateTest.php) | 0 | ||||
-rw-r--r-- | apps/theming/tests/UtilTest.php (renamed from apps/theming/tests/lib/UtilTest.php) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/apps/theming/lib/controller/themingcontroller.php b/apps/theming/lib/Controller/ThemingController.php index 61bc0b86bf4..61bc0b86bf4 100644 --- a/apps/theming/lib/controller/themingcontroller.php +++ b/apps/theming/lib/Controller/ThemingController.php diff --git a/apps/theming/lib/template.php b/apps/theming/lib/Template.php index 8cd2befc1d1..8cd2befc1d1 100644 --- a/apps/theming/lib/template.php +++ b/apps/theming/lib/Template.php diff --git a/apps/theming/lib/util.php b/apps/theming/lib/Util.php index f0ce30ac5ba..f0ce30ac5ba 100644 --- a/apps/theming/lib/util.php +++ b/apps/theming/lib/Util.php diff --git a/apps/theming/tests/lib/controller/ThemingControllerTest.php b/apps/theming/tests/Controller/ThemingControllerTest.php index 0cbf125d8fd..0cbf125d8fd 100644 --- a/apps/theming/tests/lib/controller/ThemingControllerTest.php +++ b/apps/theming/tests/Controller/ThemingControllerTest.php diff --git a/apps/theming/tests/lib/TemplateTest.php b/apps/theming/tests/TemplateTest.php index c3c792657ec..c3c792657ec 100644 --- a/apps/theming/tests/lib/TemplateTest.php +++ b/apps/theming/tests/TemplateTest.php diff --git a/apps/theming/tests/lib/UtilTest.php b/apps/theming/tests/UtilTest.php index cf64b389d11..cf64b389d11 100644 --- a/apps/theming/tests/lib/UtilTest.php +++ b/apps/theming/tests/UtilTest.php |