Feat/code refactor (#1626)

* remove all magic methods, add type for class properties

* refactor codes

* fix all

* refactor code

* fix type

* fix all

* fix request is method

* fix all

* fix router

* fix get page
This commit is contained in:
joyqi
2023-09-24 16:21:32 +08:00
committed by GitHub
parent 9b107027ed
commit 4c8c64c79e
113 changed files with 871 additions and 860 deletions
+1 -1
View File
@@ -60,6 +60,6 @@ include 'menu.php';
<?php
include 'copyright.php';
include 'common-js.php';
\Typecho\Plugin::factory('admin/theme-editor.php')->bottom($files);
\Typecho\Plugin::factory('admin/theme-editor.php')->call('bottom', $files);
include 'footer.php';
?>