Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit 2ee5146

Browse files
committed
php8.2 support
1 parent 9b97943 commit 2ee5146

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

phpstyle.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
php: 8.0
2+
php: 8.1
33
risky: false
44
paths:
55
- src

src/PHPStyle.php

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class PHPStyle
2020
'7.4' => '@PHP74Migration',
2121
'8.0' => '@PHP80Migration',
2222
'8.1' => '@PHP81Migration',
23+
'8.2' => '@PHP82Migration',
2324
];
2425

2526
public function getStyleConfig($path): StyleConfig

src/StyleConfig.php

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ class StyleConfig
1515
/** @var bool */
1616
private $is_risky;
1717

18-
/** @var array */
19-
private $dirs_to_exclude;
20-
2118
/** @var array */
2219
private $to_exclude;
2320

0 commit comments

Comments
 (0)