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
{