Changes:
- added missing type-hints - avoided local variables - added some documentation - changed double-quotes to single
This commit is contained in:
parent
c0c15644a3
commit
06b15a6ed0
29 changed files with 191 additions and 204 deletions
|
@ -212,7 +212,7 @@ function curweather_addon_admin_post(App $a)
|
|||
}
|
||||
}
|
||||
|
||||
function curweather_addon_admin(App $a, &$o)
|
||||
function curweather_addon_admin(App $a, string &$o)
|
||||
{
|
||||
if (!$a->isSiteAdmin()) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue