Passed
Pull Request — master (#141)
by Ralf
07:38
created
ext_emconf.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
  * Extension Manager/Repository config file for ext: "dpf"
17 17
  ***************************************************************/
18 18
 
19
-$EM_CONF[$_EXTKEY] = array(
19
+$EM_CONF[$_EXTKEY] = array (
20 20
     'title'            => 'Qucosa Publication',
21 21
     'description'      => '',
22 22
     'category'         => 'plugin',
@@ -28,13 +28,13 @@  discard block
 block discarded – undo
28 28
     'createDirs'       => 'uploads/tx_dpf',
29 29
     'clearCacheOnLoad' => 0,
30 30
     'version'          => '2.0.0',
31
-    'constraints'      => array(
32
-        'depends'   => array(
31
+    'constraints'      => array (
32
+        'depends'   => array (
33 33
             'typo3' => '8.7.0-8.7.99',
34 34
         ),
35
-        'conflicts' => array(
35
+        'conflicts' => array (
36 36
         ),
37
-        'suggests'  => array(
37
+        'suggests'  => array (
38 38
         ),
39 39
     ),
40 40
 );
Please login to merge, or discard this patch.