Skip to content

Commit

Permalink
Fix stan error
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 8, 2024
1 parent 5273de9 commit adc4eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/BakeView.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function dispatchEvent(string $name, array $data = [], ?object $subject =
*
* @param ?string $plugin Optional plugin name to scan for view files.
* @param bool $cached Set to false to force a refresh of view paths. Default true.
* @return array<string> paths
* @return list<string> paths
*/
protected function _paths(?string $plugin = null, bool $cached = true): array
{
Expand Down

0 comments on commit adc4eb2

Please sign in to comment.