Passed
Push — master ( e36bde...031e8f )
by Goffy
03:34
created
xoops_version.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -39,10 +39,10 @@  discard block
 block discarded – undo
39 39
     'license_url'         => 'http://www.gnu.org/licenses/gpl-3.0.en.html',
40 40
     'help'                => 'page=help',
41 41
     'release_info'        => 'release_info',
42
-    'release_file'        => \XOOPS_URL . '/modules/wggithub/docs/release_info file',
42
+    'release_file'        => \XOOPS_URL.'/modules/wggithub/docs/release_info file',
43 43
     'release_date'        => '2022/08/08',
44 44
     'manual'              => 'link to manual file',
45
-    'manual_file'         => \XOOPS_URL . '/modules/wggithub/docs/install.txt',
45
+    'manual_file'         => \XOOPS_URL.'/modules/wggithub/docs/install.txt',
46 46
     'min_php'             => '7.4',
47 47
     'min_xoops'           => '2.5.11 Beta1',
48 48
     'min_admin'           => '1.2',
@@ -299,8 +299,8 @@  discard block
 block discarded – undo
299 299
 // Make Sample button visible?
300 300
 $modversion['config'][] = [
301 301
     'name'        => 'displaySampleButton',
302
-    'title'       => 'CO_' . $moduleDirNameUpper . '_' . 'SHOW_SAMPLE_BUTTON',
303
-    'description' => 'CO_' . $moduleDirNameUpper . '_' . 'SHOW_SAMPLE_BUTTON_DESC',
302
+    'title'       => 'CO_'.$moduleDirNameUpper.'_'.'SHOW_SAMPLE_BUTTON',
303
+    'description' => 'CO_'.$moduleDirNameUpper.'_'.'SHOW_SAMPLE_BUTTON_DESC',
304 304
     'formtype'    => 'yesno',
305 305
     'valuetype'   => 'int',
306 306
     'default'     => 1,
Please login to merge, or discard this patch.