summaryrefslogtreecommitdiff
path: root/demo/plugins/resource.mysqls.php
diff options
context:
space:
mode:
authorSławomir Kaleta <slaszka@gmail.com>2018-06-12 09:58:15 +0200
committerSławomir Kaleta <slaszka@gmail.com>2018-06-12 09:58:15 +0200
commit240409578349843bd8467ea6a2083b564baa135d (patch)
tree70c5d4d621d0b2ef394c7d13f445ad471b224da7 /demo/plugins/resource.mysqls.php
parentcc4d8fa1a07e18f00951a921041e37c87015dcb2 (diff)
downloadsmarty-240409578349843bd8467ea6a2083b564baa135d.tar.gz
smarty-240409578349843bd8467ea6a2083b564baa135d.tar.bz2
smarty-240409578349843bd8467ea6a2083b564baa135d.zip
Update PSR-2
Diffstat (limited to 'demo/plugins/resource.mysqls.php')
-rw-r--r--demo/plugins/resource.mysqls.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/demo/plugins/resource.mysqls.php b/demo/plugins/resource.mysqls.php
index d85aecf3..3e866830 100644
--- a/demo/plugins/resource.mysqls.php
+++ b/demo/plugins/resource.mysqls.php
@@ -41,9 +41,9 @@ class Smarty_Resource_Mysqls extends Smarty_Resource_Custom
/**
* Fetch a template and its modification time from database
*
- * @param string $name template name
- * @param string $source template source
- * @param integer $mtime template modification timestamp (epoch)
+ * @param string $name template name
+ * @param string $source template source
+ * @param integer $mtime template modification timestamp (epoch)
*
* @return void
*/