Passed
Push — master ( 09b3f4...cc13b6 )
by Goffy
03:21
created
xoops_version.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -37,10 +37,10 @@  discard block
 block discarded – undo
37 37
     'license_url'         => 'http://www.gnu.org/licenses/gpl-3.0.en.html',
38 38
     'help'                => 'page=help',
39 39
     'release_info'        => 'release_info',
40
-    'release_file'        => XOOPS_URL . '/modules/wggithub/docs/release_info file',
40
+    'release_file'        => XOOPS_URL.'/modules/wggithub/docs/release_info file',
41 41
     'release_date'        => '2021/01/07',
42 42
     'manual'              => 'link to manual file',
43
-    'manual_file'         => XOOPS_URL . '/modules/wggithub/docs/install.txt',
43
+    'manual_file'         => XOOPS_URL.'/modules/wggithub/docs/install.txt',
44 44
     'min_php'             => '7.2',
45 45
     'min_xoops'           => '2.5.11',
46 46
     'min_admin'           => '1.2',
@@ -270,8 +270,8 @@  discard block
 block discarded – undo
270 270
 // Make Sample button visible?
271 271
 $modversion['config'][] = [
272 272
     'name'        => 'displaySampleButton',
273
-    'title'       => 'CO_' . $moduleDirNameUpper . '_' . 'SHOW_SAMPLE_BUTTON',
274
-    'description' => 'CO_' . $moduleDirNameUpper . '_' . 'SHOW_SAMPLE_BUTTON_DESC',
273
+    'title'       => 'CO_'.$moduleDirNameUpper.'_'.'SHOW_SAMPLE_BUTTON',
274
+    'description' => 'CO_'.$moduleDirNameUpper.'_'.'SHOW_SAMPLE_BUTTON_DESC',
275 275
     'formtype'    => 'yesno',
276 276
     'valuetype'   => 'int',
277 277
     'default'     => 1,
Please login to merge, or discard this patch.