- added more type-hints
- cleaned up some files (curly braces, spaces)
This commit is contained in:
Roland Häder 2022-06-23 07:16:22 +02:00
parent a1e17968d1
commit 04df7f6e05
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
74 changed files with 603 additions and 529 deletions

View file

@ -41,7 +41,7 @@ function krynn_install() {
Logger::notice("installed krynn");
}
function krynn_post_hook($a, &$item) {
function krynn_post_hook(App $a, &$item) {
/**
*
@ -97,7 +97,7 @@ function krynn_post_hook($a, &$item) {
*
*/
function krynn_settings_post($a,$post) {
function krynn_settings_post(App $a, $post) {
if(! local_user())
return;
if($_POST['krynn-submit'])