summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 09:54:15 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 09:54:15 +0100
commit7e4af642c93da5af9889211cff169c901e35d6b8 (patch)
tree9fd6433fcf8e763c97fd8499b2f13e88312bf3ce /modules
parentb463af3dd0d69bf659bd0820bd07bebd6358f74c (diff)
downloadliberty-7e4af642c93da5af9889211cff169c901e35d6b8.tar.gz
liberty-7e4af642c93da5af9889211cff169c901e35d6b8.tar.bz2
liberty-7e4af642c93da5af9889211cff169c901e35d6b8.zip
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'modules')
-rwxr-xr-x[-rw-r--r--]modules/help_mod_last_changes.tpl0
-rwxr-xr-x[-rw-r--r--]modules/help_mod_last_comments.tpl0
-rwxr-xr-x[-rw-r--r--]modules/help_mod_structure_navigation.tpl0
-rwxr-xr-x[-rw-r--r--]modules/help_mod_structure_toc.tpl0
-rwxr-xr-x[-rw-r--r--]modules/help_mod_top_authors.tpl0
-rwxr-xr-xmodules/mod_last_changes.php4
-rwxr-xr-x[-rw-r--r--]modules/mod_last_changes.tpl0
-rwxr-xr-xmodules/mod_last_comments.php4
-rwxr-xr-x[-rw-r--r--]modules/mod_last_comments.tpl0
-rwxr-xr-x[-rw-r--r--]modules/mod_structure_navigation.php0
-rwxr-xr-x[-rw-r--r--]modules/mod_structure_navigation.tpl0
-rwxr-xr-xmodules/mod_structure_toc.php2
-rwxr-xr-x[-rw-r--r--]modules/mod_structure_toc.tpl0
-rwxr-xr-x[-rw-r--r--]modules/mod_top_authors.tpl0
14 files changed, 5 insertions, 5 deletions
diff --git a/modules/help_mod_last_changes.tpl b/modules/help_mod_last_changes.tpl
index ff49d8b..ff49d8b 100644..100755
--- a/modules/help_mod_last_changes.tpl
+++ b/modules/help_mod_last_changes.tpl
diff --git a/modules/help_mod_last_comments.tpl b/modules/help_mod_last_comments.tpl
index 53e8c24..53e8c24 100644..100755
--- a/modules/help_mod_last_comments.tpl
+++ b/modules/help_mod_last_comments.tpl
diff --git a/modules/help_mod_structure_navigation.tpl b/modules/help_mod_structure_navigation.tpl
index 9e6db5d..9e6db5d 100644..100755
--- a/modules/help_mod_structure_navigation.tpl
+++ b/modules/help_mod_structure_navigation.tpl
diff --git a/modules/help_mod_structure_toc.tpl b/modules/help_mod_structure_toc.tpl
index dc2b958..dc2b958 100644..100755
--- a/modules/help_mod_structure_toc.tpl
+++ b/modules/help_mod_structure_toc.tpl
diff --git a/modules/help_mod_top_authors.tpl b/modules/help_mod_top_authors.tpl
index e7e4c9c..e7e4c9c 100644..100755
--- a/modules/help_mod_top_authors.tpl
+++ b/modules/help_mod_top_authors.tpl
diff --git a/modules/mod_last_changes.php b/modules/mod_last_changes.php
index 7c9862b..22656fb 100755
--- a/modules/mod_last_changes.php
+++ b/modules/mod_last_changes.php
@@ -34,13 +34,13 @@ if( !empty( $module_params['show_date'] ) ) {
$gBitSmarty->assign( 'contentType', !empty( $module_params['content_type_guid'] ) );
-$listHash = array(
+$listHash = [
'content_type_guid' => !empty( $module_params['content_type_guid'] ) ? $module_params['content_type_guid'] : null,
'offset' => 0,
'max_records' => $module_rows,
'sort_mode' => 'last_modified_desc',
'user_id' => $userId,
-);
+];
$modLastContent = $gBitUser->getContentList( $listHash );
$gBitSmarty->assign( 'modLastContent', $modLastContent );
?>
diff --git a/modules/mod_last_changes.tpl b/modules/mod_last_changes.tpl
index a89db88..a89db88 100644..100755
--- a/modules/mod_last_changes.tpl
+++ b/modules/mod_last_changes.tpl
diff --git a/modules/mod_last_comments.php b/modules/mod_last_comments.php
index 33d34f8..27259b4 100755
--- a/modules/mod_last_comments.php
+++ b/modules/mod_last_comments.php
@@ -19,10 +19,10 @@ if( !empty( $gQueryUser->mUserId ) ) {
$userId = $gQueryUser->mUserId;
}
-$listHash = array(
+$listHash = [
'user_id' => $userId,
'max_records' => $moduleParams['module_rows'],
-);
+];
if (!empty($params['full'])) {
$listHash['parse'] = true;
diff --git a/modules/mod_last_comments.tpl b/modules/mod_last_comments.tpl
index 094ad4b..094ad4b 100644..100755
--- a/modules/mod_last_comments.tpl
+++ b/modules/mod_last_comments.tpl
diff --git a/modules/mod_structure_navigation.php b/modules/mod_structure_navigation.php
index 170dd64..170dd64 100644..100755
--- a/modules/mod_structure_navigation.php
+++ b/modules/mod_structure_navigation.php
diff --git a/modules/mod_structure_navigation.tpl b/modules/mod_structure_navigation.tpl
index a983e14..a983e14 100644..100755
--- a/modules/mod_structure_navigation.tpl
+++ b/modules/mod_structure_navigation.tpl
diff --git a/modules/mod_structure_toc.php b/modules/mod_structure_toc.php
index 055f1b9..6d69da3 100755
--- a/modules/mod_structure_toc.php
+++ b/modules/mod_structure_toc.php
@@ -5,7 +5,7 @@
* @package liberty
* @subpackage modules
*/
-
+
/**
* Initial Setup
*/
diff --git a/modules/mod_structure_toc.tpl b/modules/mod_structure_toc.tpl
index 12afa2d..12afa2d 100644..100755
--- a/modules/mod_structure_toc.tpl
+++ b/modules/mod_structure_toc.tpl
diff --git a/modules/mod_top_authors.tpl b/modules/mod_top_authors.tpl
index 49970d8..49970d8 100644..100755
--- a/modules/mod_top_authors.tpl
+++ b/modules/mod_top_authors.tpl