diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:51:41 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:51:41 +0100 |
| commit | ad1b97a383f7cb0d82f31cd74b6e9349930803db (patch) | |
| tree | 279ad33d9d61865ed312b7ac09500d34341107c3 /edit_structure.php | |
| parent | b80134b41f951406f6de65917b4331ee5d31138c (diff) | |
| download | pigeonholes-ad1b97a383f7cb0d82f31cd74b6e9349930803db.tar.gz pigeonholes-ad1b97a383f7cb0d82f31cd74b6e9349930803db.tar.bz2 pigeonholes-ad1b97a383f7cb0d82f31cd74b6e9349930803db.zip | |
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'edit_structure.php')
| -rwxr-xr-x | edit_structure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_structure.php b/edit_structure.php index 4c37108..b818cf9 100755 --- a/edit_structure.php +++ b/edit_structure.php @@ -31,4 +31,4 @@ $verifyStructurePermission = 'p_pigeonholes_create'; include_once LIBERTY_PKG_INCLUDE_PATH.'structure_edit_inc.php'; // Display the template -$gBitSystem->display( 'bitpackage:pigeonholes/edit_structure.tpl', $gStructure->mInfo["title"] , array( 'display_mode' => 'edit' ));
\ No newline at end of file +$gBitSystem->display( 'bitpackage:pigeonholes/edit_structure.tpl', $gStructure->mInfo["title"] , [ 'display_mode' => 'edit' ]);
\ No newline at end of file |
