nextcloud/apps
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
..
admin_audit Bump apps 2018-01-14 11:40:53 +01:00
comments Bump apps 2018-01-14 11:40:53 +01:00
dav [tx-robot] updated from transifex 2018-01-17 01:10:58 +00:00
encryption Bump apps 2018-01-14 11:40:53 +01:00
federatedfilesharing Merge pull request #7884 from nextcloud/cleanup-oc_user 2018-01-17 05:33:07 +01:00
federation Bump apps 2018-01-14 11:40:53 +01:00
files [tx-robot] updated from transifex 2018-01-15 01:10:43 +00:00
files_external [tx-robot] updated from transifex 2018-01-16 01:10:52 +00:00
files_sharing Cleanup OC_User and OCP\User 2018-01-16 18:39:11 +01:00
files_trashbin Bump apps 2018-01-14 11:40:53 +01:00
files_versions Bump apps 2018-01-14 11:40:53 +01:00
lookup_server_connector Bump apps 2018-01-14 11:40:53 +01:00
oauth2 Bump apps 2018-01-14 11:40:53 +01:00
provisioning_api Bump apps 2018-01-14 11:40:53 +01:00
sharebymail Bump apps 2018-01-14 11:40:53 +01:00
systemtags Fix systemtags/list to be compliant 2018-01-16 15:55:01 +01:00
testing Made locking providers strict 2018-01-16 21:54:20 +01:00
theming [tx-robot] updated from transifex 2018-01-15 01:10:43 +00:00
twofactor_backupcodes Bump apps 2018-01-14 11:40:53 +01:00
updatenotification Bump apps 2018-01-14 11:40:53 +01:00
user_ldap Cleanup OC_User and OCP\User 2018-01-16 18:39:11 +01:00
workflowengine Request->getHeader() should always return a string 2018-01-17 09:51:31 +01:00