friendica/src
Roland Häder 0a519f5001 Fixes/tye-hints (#5449)
- added type-hints for DOMDocument, DOMXPath and array
- added missing documentation about optional parameter
- `if ($foo['bar'])` is not a good choice, better use
  `if (!empty($foo['bar']))` instead
2018-07-22 12:35:20 -04:00
..
Content Rename Friendica\Database\dba to Friendica\Database\DBA 2018-07-20 08:19:26 -04:00
Core One more notice (#5429) 2018-07-20 20:43:21 -04:00
Database DBStructure enhancements (#5437) 2018-07-21 08:43:43 -04:00
Model Some more notices (#5424) 2018-07-20 14:07:54 -04:00
Module Rename Friendica\Database\dba to Friendica\Database\DBA 2018-07-20 08:19:26 -04:00
Network Some more notices (#5424) 2018-07-20 14:07:54 -04:00
Object Rename Friendica\Database\dba to Friendica\Database\DBA 2018-07-20 08:19:26 -04:00
Protocol Fixes/tye-hints (#5449) 2018-07-22 12:35:20 -04:00
Render Replace current_theme() and current_theme_url() calls 2018-04-28 18:37:25 -04:00
Util Rename Friendica\Database\dba to Friendica\Database\DBA 2018-07-20 08:19:26 -04:00
Worker Automatically create a .htaccess when not existing 2018-07-21 05:41:19 +00:00
App.php Rename Friendica\Database\dba to Friendica\Database\DBA 2018-07-20 08:19:26 -04:00
BaseModule.php added hint about naming the class and filename 2018-04-03 16:33:39 +02:00
BaseObject.php Set BaseObject::setApp in App 2018-07-16 19:38:13 -04:00