mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Add some style cleanup rules already followed
This commit is contained in:
parent
d733c262c2
commit
ebde35cf0d
@ -24,8 +24,10 @@ $rules = [
|
|||||||
'ordered_imports' => [
|
'ordered_imports' => [
|
||||||
'sort_algorithm' => 'alpha',
|
'sort_algorithm' => 'alpha',
|
||||||
],
|
],
|
||||||
|
'single_blank_line_before_namespace' => true,
|
||||||
'strict_comparison' => true,
|
'strict_comparison' => true,
|
||||||
'strict_param' => true,
|
'strict_param' => true,
|
||||||
|
'whitespace_after_comma_in_array' => true,
|
||||||
];
|
];
|
||||||
return Config::create()
|
return Config::create()
|
||||||
->setRules($rules)
|
->setRules($rules)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user