Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 7aba5f4

Browse files
committed
fix php-doc-block typo
1 parent e940bdf commit 7aba5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ZendViewRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class ZendViewRenderer implements TemplateRendererInterface
7575
*
7676
* @param null|RendererInterface $renderer
7777
* @param null|string|ModelInterface $layout
78-
* @param null|string $defaultSuffix The default template file suffux, if any
78+
* @param null|string $defaultSuffix The default template file suffix, if any
7979
* @throws Exception\InvalidArgumentException for invalid $layout types
8080
*/
8181
public function __construct(RendererInterface $renderer = null, $layout = null, string $defaultSuffix = null)

0 commit comments

Comments
 (0)