mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
docs: fix PHPDocs in View
This commit is contained in:
parent
d88ad38c8d
commit
93267dab39
@ -86,7 +86,7 @@ class View implements RendererInterface
|
||||
* Cache stats about our performance here,
|
||||
* when CI_DEBUG = true
|
||||
*
|
||||
* @var list<float|string>
|
||||
* @var list<array{start: float, end: float, view: string}>
|
||||
*/
|
||||
protected $performanceData = [];
|
||||
|
||||
@ -491,7 +491,7 @@ class View implements RendererInterface
|
||||
* Returns the performance data that might have been collected
|
||||
* during the execution. Used primarily in the Debug Toolbar.
|
||||
*
|
||||
* @return list<float|string>
|
||||
* @return list<array{start: float, end: float, view: string}>
|
||||
*/
|
||||
public function getPerformanceData(): array
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user