mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Various code cleanup and fixed alignments.
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
$current = __DIR__;
|
$current = __DIR__;
|
||||||
|
|
||||||
$paths = [
|
$paths = [
|
||||||
$current . '/../../app/Api/V1/Controllers/Autocomplete',
|
$current . '/../../app/Api/V1',
|
||||||
// $current . '/../../config',
|
// $current . '/../../config',
|
||||||
// $current . '/../../database',
|
// $current . '/../../database',
|
||||||
// $current . '/../../routes',
|
// $current . '/../../routes',
|
||||||
@@ -61,7 +61,8 @@ return $config->setRules([
|
|||||||
'default' => 'at_least_single_space',
|
'default' => 'at_least_single_space',
|
||||||
'operators' => [
|
'operators' => [
|
||||||
'=>' => 'align_single_space_by_scope',
|
'=>' => 'align_single_space_by_scope',
|
||||||
'=' => 'align_single_space_minimal',
|
'=' => 'align_single_space_minimal_by_scope',
|
||||||
|
'??=' => 'align_single_space_minimal_by_scope',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'void_return' => true,
|
'void_return' => true,
|
||||||
|
Reference in New Issue
Block a user