Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Nov 12, 2023
1 parent 7b3de24 commit 777f385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Template/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public function section($name, $default = null)

/**
* Fetch a rendered template.
* @param string $name|TemplateClassInterface
* @param string|TemplateClassInterface $name
* @param array $data
* @return string
*/
Expand All @@ -322,7 +322,7 @@ public function fetch($name, array $data = array())

/**
* Output a rendered template.
* @param string $name|TemplateClassInterface
* @param string|TemplateClassInterface $name
* @param array $data
* @return null
*/
Expand Down

0 comments on commit 777f385

Please sign in to comment.