1
0
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:
Aidan Woods 2019-01-26 14:54:58 +00:00
parent d733c262c2
commit ebde35cf0d
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -24,8 +24,10 @@ $rules = [
'ordered_imports' => [
'sort_algorithm' => 'alpha',
],
'single_blank_line_before_namespace' => true,
'strict_comparison' => true,
'strict_param' => true,
'whitespace_after_comma_in_array' => true,
];
return Config::create()
->setRules($rules)