Passed
Push — master ( 3ca771...fc302b )
by Ralf
07:03
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,14 +34,14 @@  discard block
 block discarded – undo
34 34
     'createDirs'       => 'uploads/tx_dpf',
35 35
     'clearCacheOnLoad' => 0,
36 36
     'version'          => '1.3.12',
37
-    'constraints'      => array(
38
-        'depends'   => array(
37
+    'constraints'      => array (
38
+        'depends'   => array (
39 39
             'typo3' => '6.2.0-7.6.99',
40 40
             'static_info_tables' => '6.3.0'
41 41
         ),
42
-        'conflicts' => array(
42
+        'conflicts' => array (
43 43
         ),
44
-        'suggests'  => array(
44
+        'suggests'  => array (
45 45
         ),
46 46
     ),
47 47
 );
Please login to merge, or discard this patch.