Skip to content

Commit c42beff

Browse files
committed
Fix CS
1 parent ecfd995 commit c42beff

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/renovate.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@
2525
"2.1.x"
2626
]
2727
},
28-
{
29-
"matchFileNames": [
30-
"build-cs/**"
31-
],
32-
"enabled": true,
33-
"groupName": "build-cs"
34-
},
3528
{
3629
"matchFileNames": [
3730
"apigen/**"

tests/PHPStan/Rules/Comparison/MatchExpressionRuleTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ public function testPropertyHooks(): void
433433
]);
434434
}
435435

436-
437436
#[RequiresPhp('>= 8.1')]
438437
public function testBug13048(): void
439438
{

0 commit comments

Comments
 (0)