⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (287 Bytes)
Task #103180
ยป rector.php
Christian Kuhn
, 2024-02-22 15:06
<?php
declare
(
strict_types
=
1
);
use
Rector\Config\RectorConfig
;
use
Rector\PHPUnit\Set\PHPUnitSetList
;
return
RectorConfig
::
configure
()
->
withSets
([
PHPUnitSetList
::
ANNOTATIONS_TO_ATTRIBUTES
,
])
->
withImportNames
(
importShortClasses
:
false
)
->
withoutParallel
();
(1-1/1)
Loading...