mirror of
https://github.com/nextcloud/server.git
synced 2026-07-14 04:11:11 -04:00
Merge pull request #61848 from nextcloud/build/rector-strict/php83
build(rector-strict): Bump PHP set to 8.3
This commit is contained in:
commit
fe19ec8728
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ use OCP\AppFramework\Bootstrap\IBootstrap;
|
|||
use OCP\AppFramework\Bootstrap\IRegistrationContext;
|
||||
|
||||
final class Application extends App implements IBootstrap {
|
||||
public const APP_ID = 'appstore';
|
||||
public const string APP_ID = 'appstore';
|
||||
|
||||
public function __construct(array $urlParams = []) {
|
||||
parent::__construct(self::APP_ID, $urlParams);
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ return (require __DIR__ . '/rector-shared.php')
|
|||
symfonyCodeQuality: true,
|
||||
symfonyConfigs: true,
|
||||
)->withPhpSets(
|
||||
php82: true,
|
||||
php83: true,
|
||||
)->withSkip([
|
||||
AddSeeTestAnnotationRector::class,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue