1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-12 16:14:16 +02:00

Flextype Core: New Snippets API - improvements

This commit is contained in:
Awilum
2019-02-22 23:06:26 +03:00
parent cd42ab5fe2
commit 160e119abf

View File

@@ -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';
}