Passed
Push — master ( 75056b...85839c )
by Goffy
12:27 queued 09:11
created
xoops_version.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -39,10 +39,10 @@  discard block
 block discarded – undo
39 39
     'help'                => 'page=help',
40 40
     'license_url'         => 'www.gnu.org/licenses/gpl-2.0.html/',
41 41
     'release_info'        => '',
42
-    'release_file'        => \XOOPS_URL."/modules/{$dirname}/docs/release_info file",
42
+    'release_file'        => \XOOPS_URL . "/modules/{$dirname}/docs/release_info file",
43 43
     'release_date'        => '2023/04/08', // format: yyyy/mm/dd
44 44
     'manual'              => 'link to manual file',
45
-    'manual_file'         => \XOOPS_URL."/modules/{$dirname}/docs/install.txt",
45
+    'manual_file'         => \XOOPS_URL . "/modules/{$dirname}/docs/install.txt",
46 46
     'min_php'             => '7.4',
47 47
     'min_xoops'           => '2.5.11 Stable',
48 48
     'min_admin'           => '1.1',
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     'default'     => 1,
185 185
 ];
186 186
 
187
-$currdirname = isset($GLOBALS['xoopsModule'])&& \is_object($GLOBALS['xoopsModule']) ? $GLOBALS['xoopsModule']->getVar('dirname') : 'system';
187
+$currdirname = isset($GLOBALS['xoopsModule']) && \is_object($GLOBALS['xoopsModule']) ? $GLOBALS['xoopsModule']->getVar('dirname') : 'system';
188 188
 if ($dirname == $currdirname) {
189 189
     $submenu = new \XoopsModules\Wgsitenotice\Modulemenu;
190 190
     $menuItems = $submenu->getMenuitemsDefault();
Please login to merge, or discard this patch.