summaryrefslogtreecommitdiff
path: root/smartyplugins/resource._custom.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 09:55:19 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 09:55:19 +0100
commit1721544d5a71c0f3b4bc3b498893a65f4d9f1c84 (patch)
tree6a44ae4720a0190927a836911ce28aa67604a0e5 /smartyplugins/resource._custom.php
parent8225200c6470d1abe939ca007b5915c82c601016 (diff)
downloadthemes-1721544d5a71c0f3b4bc3b498893a65f4d9f1c84.tar.gz
themes-1721544d5a71c0f3b4bc3b498893a65f4d9f1c84.tar.bz2
themes-1721544d5a71c0f3b4bc3b498893a65f4d9f1c84.zip
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'smartyplugins/resource._custom.php')
-rw-r--r--smartyplugins/resource._custom.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/smartyplugins/resource._custom.php b/smartyplugins/resource._custom.php
index 4046213..cdbac6d 100644
--- a/smartyplugins/resource._custom.php
+++ b/smartyplugins/resource._custom.php
@@ -1,5 +1,6 @@
<?php
namespace Bitweaver\Plugins;
+
use Smarty\Resource\Smarty_Resource_Custom;
/**
@@ -46,10 +47,9 @@ class Smarty_Resource__Custom extends Smarty_Resource_Custom {
$pTplTime = filemtime( $cacheFile );
}
- protected function fetchTimestamp( $pTplName ) {
+ protected function fetchTimestamp( $pTplName ) {
return null;
}
}
-