Passed
Push — master ( 01ded9...c0d4e2 )
by Goffy
04:49
created
xoops_version.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -40,10 +40,10 @@  discard block
 block discarded – undo
40 40
     'license_url'         => 'http://www.gnu.org/licenses/gpl-3.0.en.html',
41 41
     'help'                => 'page=help',
42 42
     'release_info'        => 'release_info',
43
-    'release_file'        => \XOOPS_URL . '/modules/wggithub/docs/release_info file',
43
+    'release_file'        => \XOOPS_URL.'/modules/wggithub/docs/release_info file',
44 44
     'release_date'        => '2021/03/31',
45 45
     'manual'              => 'link to manual file',
46
-    'manual_file'         => \XOOPS_URL . '/modules/wggithub/docs/install.txt',
46
+    'manual_file'         => \XOOPS_URL.'/modules/wggithub/docs/install.txt',
47 47
     'min_php'             => '7.4',
48 48
     'min_xoops'           => '2.5.11',
49 49
     'min_admin'           => '1.2',
@@ -292,8 +292,8 @@  discard block
 block discarded – undo
292 292
 // Make Sample button visible?
293 293
 $modversion['config'][] = [
294 294
     'name'        => 'displaySampleButton',
295
-    'title'       => 'CO_' . $moduleDirNameUpper . '_' . 'SHOW_SAMPLE_BUTTON',
296
-    'description' => 'CO_' . $moduleDirNameUpper . '_' . 'SHOW_SAMPLE_BUTTON_DESC',
295
+    'title'       => 'CO_'.$moduleDirNameUpper.'_'.'SHOW_SAMPLE_BUTTON',
296
+    'description' => 'CO_'.$moduleDirNameUpper.'_'.'SHOW_SAMPLE_BUTTON_DESC',
297 297
     'formtype'    => 'yesno',
298 298
     'valuetype'   => 'int',
299 299
     'default'     => 1,
Please login to merge, or discard this patch.