mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 03:48:49 +00:00
Changes:
- added more type-hints - cleaned up some files (curly braces, spaces)
This commit is contained in:
parent
a1e17968d1
commit
04df7f6e05
74 changed files with 603 additions and 529 deletions
|
@ -257,7 +257,7 @@ function tumblr_settings_post(App $a, array &$b)
|
|||
}
|
||||
}
|
||||
|
||||
function tumblr_hook_fork(&$a, &$b)
|
||||
function tumblr_hook_fork(App $a, array &$b)
|
||||
{
|
||||
if ($b['name'] != 'notifier_normal') {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue