diff options
| author | Masatoshi Ogiwara <msts.oo0131@gmail.com> | 2026-05-16 07:34:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-16 00:34:29 +0200 |
| commit | 383e20e6b43a8c7e367af505f19a230c632a5e36 (patch) | |
| tree | 50935ad3cd8050a103ac41bf5cb3dd6bbff4fd17 /src | |
| parent | c139883770b12f92c9b21f69c35ad600d34f39e8 (diff) | |
| download | smarty-383e20e6b43a8c7e367af505f19a230c632a5e36.tar.gz smarty-383e20e6b43a8c7e367af505f19a230c632a5e36.tar.bz2 smarty-383e20e6b43a8c7e367af505f19a230c632a5e36.zip | |
fix: return type (#1180)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Cacheresource/File.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cacheresource/File.php b/src/Cacheresource/File.php index 3cb09b5e..2df047af 100644 --- a/src/Cacheresource/File.php +++ b/src/Cacheresource/File.php @@ -143,7 +143,7 @@ class File extends Base * * @param Template $_template template object * - * @return string content + * @return string|false content */ public function retrieveCachedContent(Template $_template) { |
