Skip to content

Commit c833746

Browse files
committed
Added missing docblock
1 parent 5ce83ac commit c833746

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/OpCacheGUI/OpCache/Status.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,13 @@ public function getCachedScripts()
274274
return $scripts;
275275
}
276276

277+
/**
278+
* Gets the cached scripts for the overview (with trimmed prefix)
279+
*
280+
* @param \OpCacheGUI\Format\Trimmer $trimmer The prefix trimmer
281+
*
282+
* @return array List of the cached scripts
283+
*/
277284
public function getCachedScriptsForOverview(Trimmer $trimmer)
278285
{
279286
return $trimmer->trim($this->getCachedScripts());

0 commit comments

Comments
 (0)