diff options
Diffstat (limited to 'app/DebugBar/ViewCollector.php')
| -rw-r--r-- | app/DebugBar/ViewCollector.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/DebugBar/ViewCollector.php b/app/DebugBar/ViewCollector.php index b4c269f1eb..c34ec8a3b6 100644 --- a/app/DebugBar/ViewCollector.php +++ b/app/DebugBar/ViewCollector.php @@ -34,8 +34,8 @@ class ViewCollector extends DataCollector implements Renderable /** * Add details about a view * - * @param string $view - * @param array $data + * @param string $view + * @param array<string,mixed> $data * * @return void */ @@ -50,7 +50,7 @@ class ViewCollector extends DataCollector implements Renderable /** * Called by the DebugBar when data needs to be collected * - * @return array Collected data + * @return array<string,mixed> Collected data */ public function collect(): array { @@ -76,7 +76,7 @@ class ViewCollector extends DataCollector implements Renderable * Returns a hash where keys are control names and their values * an array of options as defined in {@see \DebugBar\JavascriptRenderer::addControl()} * - * @return array + * @return array<string,mixed> */ public function getWidgets(): array { |
