Skip to content

Commit 5a61582

Browse files
committed
chore(api): rector to php83
Disable ClassPropertyAssignToConstructorPromotionRector It only added string casts to lambda arguments.
1 parent 2b380be commit 5a61582

File tree

206 files changed

+324
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+324
-15
lines changed

api/migrations/dev-data/Version202201230531.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
require_once __DIR__.'/helpers.php';
1111

1212
final class Version202201230531 extends AbstractMigration {
13+
#[\Override]
1314
public function getDescription(): string {
1415
return '';
1516
}
1617

1718
public function up(Schema $schema): void {}
1819

20+
#[\Override]
1921
public function down(Schema $schema): void {}
2022
}

api/migrations/dev-data/Version202202051218.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
require_once __DIR__.'/helpers.php';
1111

1212
final class Version202202051218 extends AbstractMigration {
13+
#[\Override]
1314
public function getDescription(): string {
1415
return '';
1516
}
@@ -19,5 +20,6 @@ public function up(Schema $schema): void {
1920
// END PHP CODE
2021
}
2122

23+
#[\Override]
2224
public function down(Schema $schema): void {}
2325
}

api/migrations/dev-data/Version202209110752PM.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
require_once __DIR__.'/helpers.php';
1111

1212
final class Version202209110752PM extends AbstractMigration {
13+
#[\Override]
1314
public function getDescription(): string {
1415
return '';
1516
}
@@ -19,5 +20,6 @@ public function up(Schema $schema): void {
1920
// END PHP CODE
2021
}
2122

23+
#[\Override]
2224
public function down(Schema $schema): void {}
2325
}

api/migrations/dev-data/Version202211261414.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
require_once __DIR__.'/helpers.php';
1111

1212
final class Version202211261414 extends AbstractMigration {
13+
#[\Override]
1314
public function getDescription(): string {
1415
return '';
1516
}
@@ -19,5 +20,6 @@ public function up(Schema $schema): void {
1920
// END PHP CODE
2021
}
2122

23+
#[\Override]
2224
public function down(Schema $schema): void {}
2325
}

api/migrations/dev-data/Version202305011841.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
require_once __DIR__.'/helpers.php';
1111

1212
final class Version202305011841 extends AbstractMigration {
13+
#[\Override]
1314
public function getDescription(): string {
1415
return '';
1516
}
@@ -19,5 +20,6 @@ public function up(Schema $schema): void {
1920
// END PHP CODE
2021
}
2122

23+
#[\Override]
2224
public function down(Schema $schema): void {}
2325
}

api/migrations/dev-data/Version202305092233.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
require_once __DIR__.'/helpers.php';
1111

1212
final class Version202305092233 extends AbstractMigration {
13+
#[\Override]
1314
public function getDescription(): string {
1415
return '';
1516
}
@@ -19,5 +20,6 @@ public function up(Schema $schema): void {
1920
// END PHP CODE
2021
}
2122

23+
#[\Override]
2224
public function down(Schema $schema): void {}
2325
}

api/migrations/dev-data/Version202306250019.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
require_once __DIR__.'/helpers.php';
1111

1212
final class Version202306250019 extends AbstractMigration {
13+
#[\Override]
1314
public function getDescription(): string {
1415
return '';
1516
}
@@ -19,5 +20,6 @@ public function up(Schema $schema): void {
1920
// END PHP CODE
2021
}
2122

23+
#[\Override]
2224
public function down(Schema $schema): void {}
2325
}

api/migrations/dev-data/Version202308081601.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
require_once __DIR__.'/helpers.php';
1111

1212
final class Version202308081601 extends AbstractMigration {
13+
#[\Override]
1314
public function getDescription(): string {
1415
return '';
1516
}
@@ -19,5 +20,6 @@ public function up(Schema $schema): void {
1920
// END PHP CODE
2021
}
2122

23+
#[\Override]
2224
public function down(Schema $schema): void {}
2325
}

api/migrations/dev-data/Version202309300329.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
require_once __DIR__.'/helpers.php';
1111

1212
final class Version202309300329 extends AbstractMigration {
13+
#[\Override]
1314
public function getDescription(): string {
1415
return '';
1516
}
@@ -19,5 +20,6 @@ public function up(Schema $schema): void {
1920
// END PHP CODE
2021
}
2122

23+
#[\Override]
2224
public function down(Schema $schema): void {}
2325
}

api/migrations/dev-data/Version202311121726.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
require_once __DIR__.'/helpers.php';
1111

1212
final class Version202311121726 extends AbstractMigration {
13+
#[\Override]
1314
public function getDescription(): string {
1415
return '';
1516
}
@@ -19,5 +20,6 @@ public function up(Schema $schema): void {
1920
// END PHP CODE
2021
}
2122

23+
#[\Override]
2224
public function down(Schema $schema): void {}
2325
}

0 commit comments

Comments
 (0)