Skip to content

Commit 777f385

Browse files
committed
fix typo
1 parent 7b3de24 commit 777f385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Template/Template.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ public function section($name, $default = null)
311311

312312
/**
313313
* Fetch a rendered template.
314-
* @param string $name|TemplateClassInterface
314+
* @param string|TemplateClassInterface $name
315315
* @param array $data
316316
* @return string
317317
*/
@@ -322,7 +322,7 @@ public function fetch($name, array $data = array())
322322

323323
/**
324324
* Output a rendered template.
325-
* @param string $name|TemplateClassInterface
325+
* @param string|TemplateClassInterface $name
326326
* @param array $data
327327
* @return null
328328
*/

0 commit comments

Comments
 (0)