diff --git a/flextype/Snippets.php b/flextype/Snippets.php index 67f9ba0b..31c277df 100644 --- a/flextype/Snippets.php +++ b/flextype/Snippets.php @@ -166,7 +166,7 @@ class Snippets * @param string $name Name * @return string */ - private static function _file_location($name) + private static function _file_location(string $name) : string { return PATH['snippets'] . '/' . $name . '.php'; }