X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FProfiler.php;h=24289678c266a41450b751fff3b6132ff8355cd7;hb=c0b3c527d62dfce01df56edd7ffafc51d83ddaf5;hp=0ff338353eb51533d3d546eb52428e9e1e97c8c8;hpb=ab83d0dd27e46e733ecb49f25789bfb318852ac7;p=friendica.git diff --git a/src/Util/Profiler.php b/src/Util/Profiler.php index 0ff338353e..24289678c2 100644 --- a/src/Util/Profiler.php +++ b/src/Util/Profiler.php @@ -1,6 +1,6 @@ enabled = $config->get('system', 'profiler'); $this->rendertime = $config->get('rendertime', 'callstack'); } /** - * @param \Friendica\Core\Config\Cache\Cache $configCache The configuration cache + * @param \Friendica\Core\Config\ValueObject\Cache $configCache The configuration cache */ public function __construct(Cache $configCache) {