@@ -12,14 +12,18 @@ return PhpCsFixer\Config::create()
12
12
'@PSR2 ' => true ,
13
13
'array_syntax ' => ['syntax ' => 'short ' ],
14
14
15
- 'header_comment ' => ['commentType ' => 'PHPDoc ' ,
16
- 'header ' => 'Pimcore Customer Management Framework Bundle ' . PHP_EOL .
17
- 'Full copyright and license information is available in ' . PHP_EOL .
18
- 'License.md which is distributed with this source code. ' . PHP_EOL .
19
- PHP_EOL .
20
- '@copyright Copyright (C) Elements.at New Media Solutions GmbH ' . PHP_EOL .
21
- '@license GPLv3 '
22
- ],
15
+ 'header_comment ' => [
16
+ 'commentType ' => 'PHPDoc ' ,
17
+ 'header ' => 'Pimcore ' . PHP_EOL . PHP_EOL .
18
+ 'This source file is available under two different licenses: ' . PHP_EOL .
19
+ '- GNU General Public License version 3 (GPLv3) ' . PHP_EOL .
20
+ '- Pimcore Enterprise License (PEL) ' . PHP_EOL .
21
+ 'Full copyright and license information is available in ' . PHP_EOL .
22
+ 'LICENSE.md which is distributed with this source code. ' . PHP_EOL .
23
+ PHP_EOL .
24
+ ' @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) ' . PHP_EOL .
25
+ ' @license http://www.pimcore.org/license GPLv3 and PEL '
26
+ ],
23
27
24
28
// keep aligned = and => operators as they are: do not force aligning, but do not remove it
25
29
'binary_operator_spaces ' => ['align_double_arrow ' => null , 'align_equals ' => null ],
@@ -30,6 +34,7 @@ return PhpCsFixer\Config::create()
30
34
'hash_to_slash_comment ' => true ,
31
35
'lowercase_cast ' => true ,
32
36
'magic_constant_casing ' => true ,
37
+ 'method_argument_space ' => ['ensure_fully_multiline ' => false ],
33
38
'method_separation ' => true ,
34
39
'native_function_casing ' => true ,
35
40
'no_blank_lines_after_class_opening ' => true ,
0 commit comments