Skip to content

Commit 8e766ba

Browse files
authored
Fix CI (#743)
1 parent 8e20e24 commit 8e766ba

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
unset($rules['get_class_to_class_keyword']); // TODO: remove when dropping support to PHP <8.0
3434
unset($rules['modernize_strpos']); // TODO: remove when dropping support to PHP <8.0
3535
unset($rules['use_arrow_functions']); // TODO: remove when dropping support to PHP <7.4
36+
unset($rules[PhpCsFixerCustomFixers\Fixer\PhpdocOnlyAllowedAnnotationsFixer::name()]); // TODO: remove after new php-cs-fixer-config release
3637
unset($rules[PhpCsFixerCustomFixers\Fixer\PromotedConstructorPropertyFixer::name()]); // TODO: remove when dropping support to PHP <8.0
3738
$rules['trailing_comma_in_multiline'] = true; // TODO: remove when dropping support to PHP <8.0
3839

tests/AutoReview/InfectionConfigTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
*/
2222
final class InfectionConfigTest extends TestCase
2323
{
24+
/**
25+
* @runInSeparateProcess
26+
*/
2427
public function testConfigIsUpToDate(): void
2528
{
2629
if (\file_exists(__DIR__ . '/../../.dev-tools/vendor/autoload.php')) {

0 commit comments

Comments
 (0)