]> source.dussan.org Git - nextcloud-server.git/commit
Move classes to PSR-4
authorJoas Schilling <coding@schilljs.com>
Thu, 28 Jul 2016 13:35:56 +0000 (15:35 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 3 Aug 2016 07:14:04 +0000 (09:14 +0200)
commit8bf034ffbf218ebaef6efade7b0a061b4a89d6f4
tree8080a0f63ed556d83c863406a69f5b03a9b0d086
parent482a725a8b603d59891c8526841c7203e2477c3f
Move classes to PSR-4
12 files changed:
apps/theming/lib/Controller/ThemingController.php [new file with mode: 0644]
apps/theming/lib/Template.php [new file with mode: 0644]
apps/theming/lib/Util.php [new file with mode: 0644]
apps/theming/lib/controller/themingcontroller.php [deleted file]
apps/theming/lib/template.php [deleted file]
apps/theming/lib/util.php [deleted file]
apps/theming/tests/Controller/ThemingControllerTest.php [new file with mode: 0644]
apps/theming/tests/TemplateTest.php [new file with mode: 0644]
apps/theming/tests/UtilTest.php [new file with mode: 0644]
apps/theming/tests/lib/TemplateTest.php [deleted file]
apps/theming/tests/lib/UtilTest.php [deleted file]
apps/theming/tests/lib/controller/ThemingControllerTest.php [deleted file]