@@ -22,7 +22,7 @@ |
||
22 | 22 | */ |
23 | 23 | public function test_plugininfo(): void |
24 | 24 | { |
25 | - $file = __DIR__ . '/../plugin.info.txt'; |
|
25 | + $file = __DIR__.'/../plugin.info.txt'; |
|
26 | 26 | $this->assertFileExists($file); |
27 | 27 | |
28 | 28 | $info = confToHash($file); |
@@ -6,5 +6,5 @@ |
||
6 | 6 | * |
7 | 7 | * @author Matthias Schulte <[email protected]> |
8 | 8 | */ |
9 | -$meta['keyword_source'] = array('multichoice','_choices' => array('abstract', 'global','syntax')); |
|
9 | +$meta['keyword_source'] = array('multichoice', '_choices' => array('abstract', 'global', 'syntax')); |
|
10 | 10 | $meta['global_description'] = array('string'); |