mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
refactor: add no_useless_else lint rule
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
This commit is contained in:
@@ -28,6 +28,7 @@ $config->setFinder($finder)
|
||||
'array_indentation' => true,
|
||||
'method_chaining_indentation' => true,
|
||||
'trailing_comma_in_multiline' => true,
|
||||
'no_useless_else' => true,
|
||||
]
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user