Skip to content

Commit

Permalink
Fix stan errors (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jan 7, 2023
1 parent 1df58d0 commit e310c84
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 @@ -107,7 +107,7 @@ public function render(?string $template = null, $layout = null): string
*
* @param mixed $subject The object that this event applies to
* ($this by default).
* @return \Cake\Event\EventInterface
* @return \Cake\Event\EventInterface<mixed>
*/
public function dispatchEvent(string $name, $data = null, $subject = null): EventInterface
{
Expand Down

0 comments on commit e310c84

Please sign in to comment.