nextcloud/apps/workflowengine
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
..
appinfo Bump apps 2018-01-14 11:40:53 +01:00
css Highlight the check row on hover 2016-08-05 15:13:22 +02:00
js Fix translations 2017-04-18 16:40:53 -05:00
l10n [tx-robot] updated from transifex 2018-01-04 09:48:31 +00:00
lib Request->getHeader() should always return a string 2018-01-17 09:51:31 +01:00
templates Prevent XSS in links which open a new browser window 2017-10-19 12:16:04 +02:00
tests Use ::class in test mocks 2017-10-24 17:45:32 +02:00