Remove redundant typing from DocBlocks

This commit is contained in:
Shift
2023-02-19 16:19:48 +00:00
committed by HolgerHatGarKeineNode
parent 98a430c91c
commit f1905d548d
207 changed files with 1 additions and 1262 deletions

View File

@@ -10,8 +10,6 @@ class BitcoinEventFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -9,8 +9,6 @@ class BookCaseFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -9,8 +9,6 @@ class CategoryFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -10,8 +10,6 @@ class CityFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -9,8 +9,6 @@ class CountryFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -10,8 +10,6 @@ class CourseFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -10,8 +10,6 @@ class EpisodeFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -18,8 +18,6 @@ class EventFactory extends Factory
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -10,8 +10,6 @@ class LecturerFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -9,8 +9,6 @@ class LibraryFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -18,8 +18,6 @@ class LibraryItemsFactory extends Factory
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -10,8 +10,6 @@ class MeetupEventFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -10,8 +10,6 @@ class MeetupFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -11,8 +11,6 @@ class OrangePillFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -9,8 +9,6 @@ class ParticipantFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -9,8 +9,6 @@ class PodcastFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -11,8 +11,6 @@ class RegistrationFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -10,8 +10,6 @@ class TeamFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -12,8 +12,6 @@ class UserFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{
@@ -28,8 +26,6 @@ class UserFactory extends Factory
/**
* Indicate that the model's email address should be unverified.
*
* @return \Illuminate\Database\Eloquent\Factories\Factory
*/
public function unverified(): Factory
{
@@ -42,8 +38,6 @@ class UserFactory extends Factory
/**
* Indicate that the user should have a personal team.
*
* @return $this
*/
public function withPersonalTeam(): static
{

View File

@@ -10,8 +10,6 @@ class VenueFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -39,8 +37,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -22,8 +20,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -9,8 +9,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -33,8 +31,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -9,8 +9,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -36,8 +34,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -28,8 +26,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -26,8 +24,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -27,8 +25,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -24,8 +22,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -26,8 +24,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -9,8 +9,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -120,8 +118,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -26,8 +24,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -25,8 +23,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -33,8 +31,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -29,8 +27,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -27,8 +25,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -27,8 +25,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -27,8 +25,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -29,8 +27,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -29,8 +27,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -28,8 +26,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -25,8 +23,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -24,8 +22,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -21,8 +19,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -21,8 +19,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -38,8 +36,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -22,8 +20,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -22,8 +20,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -20,8 +18,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -30,8 +28,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -32,8 +30,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -26,8 +24,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -40,8 +38,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -31,8 +29,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -42,8 +40,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -29,8 +27,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -28,8 +26,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -36,8 +34,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -36,8 +34,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -95,8 +93,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -21,8 +19,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -21,8 +19,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -23,8 +21,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -21,8 +19,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -36,8 +34,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -20,8 +18,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -46,8 +44,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -22,8 +20,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -23,8 +21,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -21,8 +19,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -26,8 +24,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -24,8 +22,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -24,8 +22,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -22,8 +20,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -21,8 +19,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -25,8 +23,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -23,8 +21,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -22,8 +20,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -22,8 +20,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -23,8 +21,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -27,8 +25,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -21,8 +19,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -25,8 +23,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -27,8 +25,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -22,8 +20,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -23,8 +21,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -21,8 +19,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -21,8 +19,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -21,8 +19,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -21,8 +19,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -24,8 +22,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -21,8 +19,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -21,8 +19,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -21,8 +19,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -18,8 +16,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -8,8 +8,6 @@ return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up(): void
{
@@ -33,8 +31,6 @@ return new class extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{

View File

@@ -34,8 +34,6 @@ class DatabaseSeeder extends Seeder
{
/**
* Seed the application's database.
*
* @return void
*/
public function run(): void
{