nextcloud/lib/private/AppFramework/Utility
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
..
ControllerMethodReflector.php Fix ReflectionType::__toString() is deprecated 2019-10-14 09:50:06 +02:00
SimpleContainer.php Do not try to autoload built in types 2019-06-04 15:13:32 +02:00
TimeFactory.php Allow to inject/mock `new \DateTime()` similar to time() 2018-10-09 15:38:31 +02:00