nextcloud/lib/private/Memcache
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
..
APCu.php Request->getHeader() should always return a string 2018-01-17 09:51:31 +01:00
ArrayCache.php Update with robin 2016-07-21 18:13:58 +02:00
CADTrait.php Update with robin 2016-07-21 18:13:58 +02:00
CASTrait.php Update with robin 2016-07-21 18:13:58 +02:00
Cache.php Update with robin 2016-07-21 18:13:58 +02:00
Factory.php Made the cache factory strict 2018-01-16 21:58:20 +01:00
Memcached.php Update license headers 2017-11-06 16:56:19 +01:00
NullCache.php Update with robin 2016-07-21 18:13:58 +02:00
Redis.php Update license headers 2017-11-06 16:56:19 +01:00
XCache.php Update license headers 2017-11-06 16:56:19 +01:00