nextcloud/lib
Morris Jobke 4ef302c0be
Request->getHeader() should always return a string
PHPDoc (of the public API) says that this method returns string but it also returns null, which is not allowed in some method calls. This fixes that behaviour and returns an empty string and fixes all code paths that explicitly checked for null to be still compliant.

Found while enabling the strict_typing for lib/private for the PHP7+ migration.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-17 09:51:31 +01:00
..
composer Remove deprecated core API 2018-01-15 17:54:50 +01:00
l10n [tx-robot] updated from transifex 2018-01-11 01:11:35 +00:00
private Request->getHeader() should always return a string 2018-01-17 09:51:31 +01:00
public Merge pull request #7897 from nextcloud/strict_lockingproviders 2018-01-17 09:33:52 +01:00
autoloader.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
base.php Fix strict typing issues in lib/base.php 2018-01-12 14:22:31 +01:00
versioncheck.php Raise PHP version number to PHP 7.0 2018-01-12 14:26:10 +01:00