1 parent 67febe6 commit 14da1a7Copy full SHA for 14da1a7
1 file changed
.php-cs-fixer.dist.php
@@ -13,6 +13,23 @@
13
'binary_operator_spaces' => [
14
'default' => 'align_single_space_minimal',
15
],
16
+ 'blank_line_before_statement' => [
17
+ 'statements' => [
18
+ 'continue',
19
+ 'declare',
20
+ 'return',
21
+ 'throw',
22
+ 'try',
23
+ ],
24
25
+ 'concat_space' => [
26
+ 'spacing' => 'one',
27
28
+ 'global_namespace_import' => [
29
+ 'import_classes' => true,
30
+ 'import_constants' => false,
31
+ 'import_functions' => false,
32
33
])
34
->setFinder($finder)
35
;
0 commit comments