X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FProfiler.php;h=24289678c266a41450b751fff3b6132ff8355cd7;hb=8039ab731fe0045088a9834cdc1fa6a44b9719aa;hp=fb499d815613f4ff40f2e5cd12a9e0456e94a8df;hpb=71a0c52dc338213f81a17e95ef166d56f2d6bc40;p=friendica.git diff --git a/src/Util/Profiler.php b/src/Util/Profiler.php index fb499d8156..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 Cache $configCache The configuration cache + * @param \Friendica\Core\Config\ValueObject\Cache $configCache The configuration cache */ public function __construct(Cache $configCache) {