nextcloud/lib/private/AppFramework
Roeland Jago Douma 51a02c8009
ReflectionParamter::getClass is deprecated
In php8 this starts throwing warnings. And since we use it quite often
we flood the log. This moves it to getType which does the same. Only non
deprecated now.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-11 20:42:14 +01:00
..
Bootstrap Fix typo 'shared' 2020-10-12 14:19:41 +02:00
DependencyInjection Log the number of queries built and executed 2020-09-25 14:55:53 +02:00
Http Remove the cookie paths for php<7.3 2020-11-06 15:57:17 +01:00
Middleware Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
OCS Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Routing Cleanup route registration logic 2020-11-03 09:39:49 +01:00
Services Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Utility ReflectionParamter::getClass is deprecated 2020-11-11 20:42:14 +01:00
App.php Fix type errors detected by Psalm 2020-10-14 15:40:12 +02:00
Http.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Logger.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
ScopedPsrLogger.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00