friendica/include
Roland Häder 3da1b9f319 Cleaned up include/items.php (#5523)
* Cleaned up include/items.php
- added type-hint for array where suitable
- moved opening curly brace to new line after function
- used BaseObject::getApp() instead of get_app()
- used empty() instead of is_array(), maybe avoids E_NOTICE

* Changed 'AS' to 'as', keywords in PHP are all lower-case.
2018-07-30 21:02:34 -04:00
..
api.php
conversation.php
dba.php
enotify.php
items.php Cleaned up include/items.php (#5523) 2018-07-30 21:02:34 -04:00
security.php
text.php