Skip to content

Commit

Permalink
fix inline doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Jun 26, 2023
1 parent f55bde6 commit 8c3acab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/Proxy/SSViewerProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function process($item, $arguments = null, $inheritedScope = null)

$startTime = microtime(true);
DebugBar::withDebugBar(function (\DebugBar\DebugBar $debugBar) use ($templateName) {
/** @var $timeData DebugBar\DataCollector\TimeDataCollector */
/** @var \DebugBar\DataCollector\TimeDataCollector $timeData */
$timeData = $debugBar->getCollector('time');
if (!$timeData) {
return;
Expand All @@ -55,7 +55,7 @@ public function process($item, $arguments = null, $inheritedScope = null)
$totalTime = sprintf("%.2f", $endTime - $startTime);

DebugBar::withDebugBar(function (\DebugBar\DebugBar $debugBar) use ($templateName) {
/** @var $timeData DebugBar\DataCollector\TimeDataCollector */
/** @var \DebugBar\DataCollector\TimeDataCollector $timeData */
$timeData = $debugBar->getCollector('time');
if (!$timeData) {
return;
Expand Down

0 comments on commit 8c3acab

Please sign in to comment.