diff --git a/flextype/Entries.php b/flextype/Entries.php index a51da1ce..7971aeb6 100755 --- a/flextype/Entries.php +++ b/flextype/Entries.php @@ -251,7 +251,7 @@ class Entries * @param string $name Name * @return string */ - private static function _file_location($name) + private static function _file_location(string $name) : string { return PATH['entries'] . '/' . $name . '/entry.yaml'; } @@ -263,7 +263,7 @@ class Entries * @param string $name Name * @return string */ - private static function _dir_location($name) + private static function _dir_location(string $name) : string { return PATH['entries'] . '/' . $name; }