From 9ae47f2be66dc1da8396cb2918421c10684e3d49 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 2 Feb 2019 02:43:09 +0300 Subject: [PATCH] Flextype Core: Snippets - code fixes and refactoring according to Scrutinizer Tests. --- flextype/Snippets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/Snippets.php b/flextype/Snippets.php index 118d0828..048627ea 100644 --- a/flextype/Snippets.php +++ b/flextype/Snippets.php @@ -30,7 +30,7 @@ class Snippets public static function get(string $snippet_name) { $vars = []; - + $vars['get'] = $snippet_name; return Snippets::_snippet($vars);