Skip to content

Commit fe19ec8

Browse files
Merge pull request #61848 from nextcloud/build/rector-strict/php83
build(rector-strict): Bump PHP set to 8.3
2 parents a3c4a5a + cfaf39f commit fe19ec8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/appstore/lib/AppInfo/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use OCP\AppFramework\Bootstrap\IRegistrationContext;
1616

1717
final class Application extends App implements IBootstrap {
18-
public const APP_ID = 'appstore';
18+
public const string APP_ID = 'appstore';
1919

2020
public function __construct(array $urlParams = []) {
2121
parent::__construct(self::APP_ID, $urlParams);

build/rector-strict.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
symfonyCodeQuality: true,
4848
symfonyConfigs: true,
4949
)->withPhpSets(
50-
php82: true,
50+
php83: true,
5151
)->withSkip([
5252
AddSeeTestAnnotationRector::class,
5353
]);

0 commit comments

Comments
 (0)