mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02: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
|
@ -16,7 +16,7 @@ function smileybutton_install()
|
|||
Hook::register('jot_tool', 'addon/smileybutton/smileybutton.php', 'smileybutton_jot_tool');
|
||||
}
|
||||
|
||||
function smileybutton_jot_tool(Friendica\App $a, &$b)
|
||||
function smileybutton_jot_tool(Friendica\App $a, array &$b)
|
||||
{
|
||||
// Disable if theme is quattro
|
||||
// TODO add style for quattro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue