friendica/src
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
..
Content Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
Core Merge pull request #5363 from annando/daemin 2018-07-11 08:26:09 +02:00
Database Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
Model Fixes for some E_NOTICE and type-hints added (#5358) 2018-07-13 15:47:14 -04:00
Module Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
Network Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
Object Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
Protocol Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
Render Replace current_theme() and current_theme_url() calls 2018-04-28 18:37:25 -04:00
Util Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
Worker Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
App.php Use a process identifier for logging that contains the pid (#5359) 2018-07-10 18:32:47 -04:00
BaseModule.php added hint about naming the class and filename 2018-04-03 16:33:39 +02:00
BaseObject.php Add new Module classes 2017-12-29 21:55:13 -05:00