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 Moved CONTACT_* constants to Friendica\Model\Contact class, lesser in global namespace (#5490) 2018-07-24 22:53:46 -04:00
conversation.php Moved CONTACT_* constants to Friendica\Model\Contact class, lesser in global namespace (#5490) 2018-07-24 22:53:46 -04:00
dba.php Remove dbesc() and dba_timer() function declarations 2018-07-23 15:30:54 -04:00
enotify.php Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
items.php Cleaned up include/items.php (#5523) 2018-07-30 21:02:34 -04:00
security.php Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
text.php Rename dbesc to DBA::escape 2018-07-23 15:30:54 -04:00