friendica/include
Roland Häder 6b5d90333f Fixes for some E_NOTICE and type-hints added (#5358)
* Fixed http://github to https://github

Signed-off-by: Roland Häder <roland@mxchange.org>

* Fixes for #4965:
- updated messages.po file

Signed-off-by: Roland Häder <roland@mxchange.org>

* Fixed E_NOTICE where isset()/empty() was absent.

Signed-off-by: Roland Häder <roland@mxchange.org>

* Fixed missing variable $sql_order causing E_NOTICE.

Signed-off-by: Roland Häder <roland@mxchange.org>

* Continued:
- added array type-hint where known (some)

Signed-off-by: Roland Häder <roland@mxchange.org>

* Fixes:
- in Profile::load() $user is now only one-dimensional
- $a->get_hostname is no property, it is a method

Signed-off-by: Roland Häder <roland@mxchange.org>

* reverted changes that are unintended

Signed-off-by: Roland Häder <roland@mxchange.org>

* Continued:
- removed leading \ (uncommon, okay)
- removed entire if() block (CR by Hypolite)

Signed-off-by: Roland Häder <roland@mxchange.org>

* Removed if() block

Signed-off-by: Roland Häder <roland@mxchange.org>
2018-07-13 15:47:14 -04:00
..
api.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
conversation.php Fixes for some E_NOTICE and type-hints added (#5358) 2018-07-13 15:47:14 -04:00
dba.php Improve test behaviour 2018-07-08 05:29:06 +00:00
enotify.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
items.php Fixes for some E_NOTICE and type-hints added (#5358) 2018-07-13 15:47:14 -04:00
security.php Fix some undefined variable/index notices in tests 2018-07-02 07:44:55 -04:00
text.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00