mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
* Resolves: https://github.com/nextcloud/server/issues/48629 While the database supports NULL, the typing has always said it only returns *string*. So to not break any apps that might trust the typings we should return `''` if the database is set to `NULL`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |
||
|---|---|---|
| .. | ||
| Exception | ||
| DefaultShareProvider.php | ||
| Hooks.php | ||
| LegacyHooks.php | ||
| Manager.php | ||
| ProviderFactory.php | ||
| PublicShareTemplateFactory.php | ||
| Share.php | ||
| ShareAttributes.php | ||
| ShareDisableChecker.php | ||
| ShareHelper.php | ||
| UserRemovedListener.php | ||