Skip to content

Commit 8f159ef

Browse files
authored
Rector to PHP 8.2 (librenms#18498)
no code changes, include previous 8.1 commit in .git-blame-ignore-revs
1 parent 0113a61 commit 8f159ef

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ d8693f05ae4d9ec884cd2c2d850e7f78ba9dc2ae
3030
e20ec4748290d0a4d2e19cb92191114a124951ad
3131
59564dc461d1aafe0fccbdf9939cc1b504e18f66
3232
a3ac1f72ca4b185f1b3d8052589a2611d4b45f10
33+
0113a619e4c2bc2d0d7cc97070056e18bd0852ac

rector.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
__DIR__ . '/scripts',
1818
__DIR__ . '/tests',
1919
])
20-
// uncomment to reach your current PHP version
21-
// ->withPhpSets()
22-
->withPhpSets(php81: true)
20+
->withPhpSets()
2321
->withTypeCoverageLevel(0)
2422
->withDeadCodeLevel(0)
2523
->withCodeQualityLevel(0);

0 commit comments

Comments
 (0)