nextcloud/apps/workflowengine/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
..
AppInfo Fix admin panel missing some JS files 2017-03-06 12:05:31 +01:00
Check Request->getHeader() should always return a string 2018-01-17 09:51:31 +01:00
Controller Require password confirmation when changing workflow rules 2016-11-18 12:10:50 +01:00
Settings Add the icons for shipped apps 2017-01-19 10:42:22 +01:00
Manager.php Fix L10N::t 2017-08-01 08:20:17 +02:00