File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 121121 __DIR__ . '/tests/system/Email/EmailTest.php ' ,
122122 ],
123123
124- TypedPropertyFromAssignsRector::class => [
125- // union mixed bug @see https://github.com/rectorphp/rector/issues/7640
126- __DIR__ . '/system/Model.php ' ,
127- __DIR__ . '/tests/system/API/ResponseTraitTest.php ' ,
128- __DIR__ . '/tests/system/Honeypot/HoneypotTest.php ' ,
129- __DIR__ . '/tests/system/Filters/HoneypotTest.php ' ,
130- __DIR__ . '/tests/system/Test/TestResponseTest.php ' ,
131- __DIR__ . '/tests/system/Database/Live/ConnectTest.php ' ,
132-
133- // new class extends Controller marked as object
134- __DIR__ . '/tests/system/ControllerTest.php ' ,
135- ],
124+ // buggy on union mixed type, new class extends SomeClass marked as object in union, and false replaced with bool in Union
125+ TypedPropertyFromAssignsRector::class,
136126 ]);
137127
138128 // auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments