Passed
Push — master ( c0d4e2...082652 )
by Goffy
03:57
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.3',
48 48
     'min_xoops'           => '2.5.11',
49 49
     'min_admin'           => '1.2',
@@ -310,8 +310,8 @@  discard block
 block discarded – undo
310 310
 // Make Sample button visible?
311 311
 $modversion['config'][] = [
312 312
     'name'        => 'displaySampleButton',
313
-    'title'       => 'CO_' . $moduleDirNameUpper . '_' . 'SHOW_SAMPLE_BUTTON',
314
-    'description' => 'CO_' . $moduleDirNameUpper . '_' . 'SHOW_SAMPLE_BUTTON_DESC',
313
+    'title'       => 'CO_'.$moduleDirNameUpper.'_'.'SHOW_SAMPLE_BUTTON',
314
+    'description' => 'CO_'.$moduleDirNameUpper.'_'.'SHOW_SAMPLE_BUTTON_DESC',
315 315
     'formtype'    => 'yesno',
316 316
     'valuetype'   => 'int',
317 317
     'default'     => 1,
Please login to merge, or discard this patch.