From 9af0e399fe616430e05516bc91be4ac02a7b9b21 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 24 Jun 2019 22:00:52 +0300 Subject: [PATCH] Flextype Core: Snippets API #165 - code cleanup and refactoring --- flextype/core/Snippets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/core/Snippets.php b/flextype/core/Snippets.php index de98b067..a13c070e 100644 --- a/flextype/core/Snippets.php +++ b/flextype/core/Snippets.php @@ -55,7 +55,7 @@ class Snippets * * @access public * @param string $id Snippet id - * @return array|false The entry contents or false on failure. + * @return string|false The snippet contents or false on failure. */ public function fetch(string $id) {