All the tests

This commit is contained in:
2025-11-03 21:14:36 +01:00
parent eb1e6f3de0
commit edd34e9240
10 changed files with 310 additions and 254 deletions

View File

@@ -24,7 +24,6 @@ return new Config()
'no_unreachable_default_argument_value' => true,
'no_useless_else' => true,
'no_useless_return' => true,
'php_unit_strict' => true,
'phpdoc_line_span' => ['const' => 'single', 'method' => 'single', 'property' => 'single'],
'phpdoc_order' => true,
'single_line_empty_body' => true,