Remove linter overrides (#3708)

This commit is contained in:
jekkos
2024-05-10 01:06:35 +02:00
committed by jekkos
parent 46009b2062
commit f9f40c7f3c

View File

@@ -31,8 +31,6 @@ $finder = Finder::create()
$overrides = [
// for updating to coding-standard
'modernize_strpos' => true,
'ordered_attributes' => ['order' => [], 'sort_algorithm' => 'alpha'],
'php_unit_attributes' => true,
];
$options = [