mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-29 06:18:26 +02:00
Migrated phpunit annotations to attributes
This commit is contained in:
parent
f1d34bbc24
commit
dc480f755c
50 changed files with 171 additions and 246 deletions
|
@ -30,6 +30,10 @@ return RectorConfig::configure()
|
|||
__DIR__ . '/tests',
|
||||
])
|
||||
|
||||
->withSets([
|
||||
PHPUnitSetList::ANNOTATIONS_TO_ATTRIBUTES,
|
||||
])
|
||||
|
||||
->withRules([
|
||||
DeclareStrictTypesRector::class
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue