nextcloud/lib/private/AppFramework
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
..
DependencyInjection SessionMiddleware: declare session property 2019-08-28 13:02:29 +02:00
Http Remove duplicate code 2019-10-08 00:46:50 +02:00
Middleware SessionMiddleware: declare session property 2019-08-28 13:02:29 +02:00
OCS Have the OCSBaseResponse call the parent constructor 2019-08-08 09:52:20 +02:00
Routing Make sure urlParams are correctly injected in global routes 2019-03-11 12:30:44 +01:00
Utility Fix ReflectionType::__toString() is deprecated 2019-10-14 09:50:06 +02:00
App.php Move settings to an app 2019-09-28 09:39:28 +00:00
Http.php Update license headers 2017-11-06 16:56:19 +01:00
Logger.php Add wrapper Logger in DIContainer 2018-09-04 10:05:25 +02:00