nextcloud/lib
Daniel Kesselberg ace74ef866
Fix ReflectionType::__toString() is deprecated
As of PHP 7.1.0, ReflectionType::__toString() is deprecated, and ReflectionParameter::getType() may return an instance of ReflectionNamedType. To get the name of the parameter type, ReflectionNamedType() is available in this case.

https://www.php.net/manual/en/reflectionparameter.gettype.php
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-10-14 09:50:06 +02:00
..
composer Allow group displaynames in the database backend (#17221) 2019-10-05 18:34:14 +02:00
l10n [tx-robot] updated from transifex 2019-10-14 02:15:09 +00:00
private Fix ReflectionType::__toString() is deprecated 2019-10-14 09:50:06 +02:00
public Allow to set the group display name in the database backend 2019-09-27 14:29:56 +02:00
autoloader.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
base.php Move settings to an app 2019-09-28 09:39:28 +00:00
versioncheck.php NC16 is php >= 7.1 2018-12-21 16:04:11 +01:00