Passed
Push — master ( e641bc...251e2e )
by
unknown
03:50
created
ext_emconf.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
  * "version" and "dependencies" must not be touched!
23 23
  ***************************************************************/
24 24
 
25
-$EM_CONF[$_EXTKEY] = array(
25
+$EM_CONF[$_EXTKEY] = array (
26 26
     'title'            => 'Qucosa Publication',
27 27
     'description'      => '',
28 28
     'category'         => 'plugin',
@@ -34,13 +34,13 @@  discard block
 block discarded – undo
34 34
     'createDirs'       => 'uploads/tx_dpf',
35 35
     'clearCacheOnLoad' => 0,
36 36
     'version'          => '1.3.1',
37
-    'constraints'      => array(
38
-        'depends'   => array(
37
+    'constraints'      => array (
38
+        'depends'   => array (
39 39
             'typo3' => '6.2',
40 40
         ),
41
-        'conflicts' => array(
41
+        'conflicts' => array (
42 42
         ),
43
-        'suggests'  => array(
43
+        'suggests'  => array (
44 44
         ),
45 45
     ),
46 46
 );
Please login to merge, or discard this patch.