Remove all of the old references to unused interfaces outside the test code
This commit is contained in:
parent
25f18dccdc
commit
60f6e86b8b
14 changed files with 44 additions and 683 deletions
1
.php_cs
1
.php_cs
|
@ -47,6 +47,7 @@ return PhpCsFixer\Config::create()
|
|||
'psr4' => true,
|
||||
'random_api_migration' => true,
|
||||
'single_line_throw' => false,
|
||||
'single_trait_insert_per_statement' => false,
|
||||
'standardize_not_equals' => true,
|
||||
'ternary_to_null_coalescing' => true,
|
||||
'yoda_style' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue