summaryrefslogtreecommitdiff
path: root/smartyplugins
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-04-16 11:35:21 +0100
committerlsces <lester@lsces.co.uk>2026-04-16 11:35:21 +0100
commit99a100eb15acf8294a1b26e0aa427c4bb4e28fff (patch)
treef1e21217854afcab499bd21dba1f5607cc3d93e3 /smartyplugins
parent50b73ac69d819335f49b31012258289c9e5f4fc7 (diff)
downloadthemes-99a100eb15acf8294a1b26e0aa427c4bb4e28fff.tar.gz
themes-99a100eb15acf8294a1b26e0aa427c4bb4e28fff.tar.bz2
themes-99a100eb15acf8294a1b26e0aa427c4bb4e28fff.zip
PHP8.4 style tweaks
Diffstat (limited to 'smartyplugins')
-rwxr-xr-xsmartyplugins/function.popup.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/smartyplugins/function.popup.php b/smartyplugins/function.popup.php
index 26ac6b3..62a6151 100755
--- a/smartyplugins/function.popup.php
+++ b/smartyplugins/function.popup.php
@@ -1,6 +1,8 @@
<?php
namespace Bitweaver\Plugins;
+use Bitweaver\Liberty\LibertyContent;
+
/**
* Smarty plugin
* @package Smarty
@@ -17,7 +19,7 @@ namespace Bitweaver\Plugins;
* @link http://smarty.php.net/manual/en/language.function.popup.php {popup}
* (Smarty online manual)
* @param array
- * @param Smarty
+ * @param object Smarty
* @return string
*/