From f1905d548dec4a3b413ab30cb8db722dca538e9a Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 19 Feb 2023 16:19:48 +0000 Subject: [PATCH] Remove redundant typing from DocBlocks --- app/Actions/Fortify/CreateNewUser.php | 6 ----- .../Fortify/PasswordValidationRules.php | 2 -- app/Actions/Fortify/ResetUserPassword.php | 2 -- app/Actions/Fortify/UpdateUserPassword.php | 2 -- .../Fortify/UpdateUserProfileInformation.php | 4 ---- app/Actions/Jetstream/AddTeamMember.php | 10 -------- app/Actions/Jetstream/CreateTeam.php | 1 - app/Actions/Jetstream/DeleteTeam.php | 1 - app/Actions/Jetstream/DeleteUser.php | 3 --- app/Actions/Jetstream/InviteTeamMember.php | 9 ------- app/Actions/Jetstream/RemoveTeamMember.php | 3 --- app/Actions/Jetstream/UpdateTeamName.php | 2 -- .../Commands/Database/CleanupLoginKeys.php | 2 -- .../Commands/Database/CreatePermissions.php | 2 -- app/Console/Commands/Database/CreateTags.php | 2 -- .../Commands/Database/FillUserEmails.php | 2 -- .../Commands/Database/ImportGithubMeetups.php | 2 -- .../Database/MigrateLibraryItemSlugs.php | 2 -- .../Commands/Database/MigrateMeetupSlugs.php | 2 -- .../Commands/Database/RenameFileToMd5.php | 2 -- .../Commands/Database/SetReputation.php | 2 -- .../Commands/Database/SyncGithubMeetups.php | 2 -- .../Commands/Feed/ReadAndSyncPodcastFeeds.php | 2 -- .../Commands/Map/CreateGeoJsonPolygon.php | 2 -- .../Commands/OpenBooks/SyncOpenBooks.php | 2 -- .../Commands/Parse/ImportLibraryItems.php | 2 -- app/Console/Kernel.php | 5 ---- app/Exceptions/Handler.php | 2 -- .../Controllers/Api/CountryController.php | 5 ---- .../Controllers/Api/LanguageController.php | 4 ---- .../Controllers/Api/LecturerController.php | 5 ---- app/Http/Controllers/Api/MeetupController.php | 5 ---- .../DownloadBitcoinEventCalendar.php | 3 --- .../Controllers/DownloadMeetupCalendar.php | 3 --- .../Middleware/CustomEnsureEmailVerified.php | 2 -- app/Http/Middleware/NeedMeetupMiddleware.php | 2 -- .../Middleware/RedirectIfAuthenticated.php | 2 +- .../SetTimezoneForNovaMiddleware.php | 2 -- app/Http/Middleware/SetTimezoneMiddleware.php | 2 -- app/Listeners/AddLoginReputation.php | 3 --- app/Models/Scopes/ActiveBookCases.php | 4 ---- app/Models/TeamInvitation.php | 2 -- .../ModelCreatedNotification.php | 3 --- .../Actions/AttachLibraryItemToLibrary.php | 5 ---- app/Nova/Actions/SetStatusAction.php | 5 ---- app/Nova/BitcoinEvent.php | 15 ------------ app/Nova/BookCase.php | 15 ------------ app/Nova/Category.php | 15 ------------ app/Nova/City.php | 15 ------------ app/Nova/Country.php | 15 ------------ app/Nova/Course.php | 15 ------------ app/Nova/CourseEvent.php | 15 ------------ app/Nova/Dashboards/Main.php | 2 -- app/Nova/Episode.php | 15 ------------ app/Nova/Filters/LibraryItemWithout.php | 6 ----- app/Nova/Language.php | 15 ------------ app/Nova/Lecturer.php | 15 ------------ app/Nova/Library.php | 15 ------------ app/Nova/LibraryItem.php | 15 ------------ app/Nova/Meetup.php | 15 ------------ app/Nova/MeetupEvent.php | 15 ------------ app/Nova/OrangePill.php | 15 ------------ app/Nova/Participant.php | 15 ------------ app/Nova/Podcast.php | 15 ------------ app/Nova/Registration.php | 15 ------------ app/Nova/Team.php | 15 ------------ app/Nova/User.php | 15 ------------ app/Nova/Venue.php | 15 ------------ app/Observers/BitcoinEventObserver.php | 15 ------------ app/Observers/CourseEventObserver.php | 15 ------------ app/Observers/CourseObserver.php | 15 ------------ app/Observers/EpisodeObserver.php | 15 ------------ app/Observers/EventObserver.php | 15 ------------ app/Observers/LibraryItemObserver.php | 15 ------------ app/Observers/MeetupEventObserver.php | 15 ------------ app/Observers/MeetupObserver.php | 15 ------------ app/Observers/OrangePillObserver.php | 15 ------------ app/Policies/BasePolicy.php | 2 -- app/Policies/BitcoinEventPolicy.php | 12 ---------- app/Policies/BookCasePolicy.php | 12 ---------- app/Policies/CategoryPolicy.php | 12 ---------- app/Policies/CityPolicy.php | 12 ---------- app/Policies/CountryPolicy.php | 12 ---------- app/Policies/CourseEventPolicy.php | 12 ---------- app/Policies/CoursePolicy.php | 12 ---------- app/Policies/EpisodePolicy.php | 12 ---------- app/Policies/LecturerPolicy.php | 12 ---------- app/Policies/LibraryItemPolicy.php | 12 ---------- app/Policies/LibraryPolicy.php | 12 ---------- app/Policies/MeetupEventPolicy.php | 12 ---------- app/Policies/MeetupPolicy.php | 12 ---------- app/Policies/OrangePillPolicy.php | 12 ---------- app/Policies/ParticipantPolicy.php | 12 ---------- app/Policies/PermissionPolicy.php | 12 ---------- app/Policies/PodcastPolicy.php | 12 ---------- app/Policies/RegistrationPolicy.php | 12 ---------- app/Policies/RolePolicy.php | 12 ---------- app/Policies/TeamPolicy.php | 24 ------------------- app/Policies/UserPolicy.php | 12 ---------- app/Policies/VenuePolicy.php | 12 ---------- app/Providers/AppServiceProvider.php | 4 ---- app/Providers/AuthServiceProvider.php | 2 -- app/Providers/EventServiceProvider.php | 4 ---- app/Providers/FortifyServiceProvider.php | 4 ---- app/Providers/JetstreamServiceProvider.php | 6 ----- app/Providers/NovaServiceProvider.php | 12 ---------- app/Providers/RouteServiceProvider.php | 4 ---- app/View/Components/AppLayout.php | 2 -- app/View/Components/GuestLayout.php | 2 -- database/factories/BitcoinEventFactory.php | 2 -- database/factories/BookCaseFactory.php | 2 -- database/factories/CategoryFactory.php | 2 -- database/factories/CityFactory.php | 2 -- database/factories/CountryFactory.php | 2 -- database/factories/CourseFactory.php | 2 -- database/factories/EpisodeFactory.php | 2 -- database/factories/EventFactory.php | 2 -- database/factories/LecturerFactory.php | 2 -- database/factories/LibraryFactory.php | 2 -- database/factories/LibraryItemsFactory.php | 2 -- database/factories/MeetupEventFactory.php | 2 -- database/factories/MeetupFactory.php | 2 -- database/factories/OrangePillFactory.php | 2 -- database/factories/ParticipantFactory.php | 2 -- database/factories/PodcastFactory.php | 2 -- database/factories/RegistrationFactory.php | 2 -- database/factories/TeamFactory.php | 2 -- database/factories/UserFactory.php | 6 ----- database/factories/VenueFactory.php | 2 -- .../2014_10_12_000000_create_users_table.php | 4 ---- ...12_100000_create_password_resets_table.php | 4 ---- ..._add_two_factor_columns_to_users_table.php | 4 ---- ...18_08_29_200844_create_languages_table.php | 4 ---- ...08_29_205156_create_translations_table.php | 4 ---- ..._08_19_000000_create_failed_jobs_table.php | 4 ---- ...01_create_personal_access_tokens_table.php | 4 ---- .../2020_05_21_100000_create_teams_table.php | 4 ---- ...20_05_21_200000_create_team_user_table.php | 4 ---- ..._05_21_300000_create_permission_tables.php | 4 ---- ...1_300000_create_team_invitations_table.php | 4 ---- ...22_12_01_145948_create_countries_table.php | 4 ---- .../2022_12_01_145949_create_cities_table.php | 4 ---- ...22_12_01_145950_create_lecturers_table.php | 4 ---- ...12_01_145951_create_participants_table.php | 4 ---- ...2_12_01_145952_create_categories_table.php | 4 ---- ...2022_12_01_145953_create_courses_table.php | 4 ---- .../2022_12_01_145954_create_venues_table.php | 4 ---- ...2_01_145955_create_course_events_table.php | 4 ---- ...2_01_145956_create_registrations_table.php | 4 ---- ...01_145957_create_category_course_table.php | 4 ---- ...2_12_01_180529_create_login_keys_table.php | 4 ---- ..._210526_add_geo_fields_to_cities_table.php | 4 ---- ...3043_add_timezone_field_to_users_table.php | 4 ---- .../2022_12_02_162000_create_trix_tables.php | 4 ---- ...d_description_field_to_lecturers_table.php | 4 ---- ...add_description_field_to_courses_table.php | 4 ---- ..._add_link_field_to_course_events_table.php | 4 ---- ...022_12_04_154911_create_podcasts_table.php | 4 ---- ...022_12_04_154912_create_episodes_table.php | 4 ---- ...22_12_05_160932_create_libraries_table.php | 4 ---- ...2_05_160933_create_library_items_table.php | 4 ---- ...5957_create_library_library_item_table.php | 4 ---- ...2_12_06_222651_create_book_cases_table.php | 4 ---- ...12_07_095709_create_orange_pills_table.php | 4 ---- ...2022_12_12_155928_create_meetups_table.php | 4 ---- ...2_12_155929_create_meetup_events_table.php | 4 ---- ..._12_171115_create_bitcoin_events_table.php | 4 ---- ...create_created_by_fields_on_all_tables.php | 4 ---- ...orldwide_field_to_bitcoin_events_table.php | 4 ---- ...02_add_english_name_to_countries_table.php | 4 ---- ...136_add_coordinates_to_countries_table.php | 4 ---- ...32_add_current_language_to_users_table.php | 4 ---- ...022_12_18_201051_add_indexes_to_tables.php | 4 ---- ...805_add_reputation_field_on_user_table.php | 4 ---- ...2023_01_14_185805_create_gamify_tables.php | 4 ---- ...91356_add_slug_column_to_meetups_table.php | 4 ---- ...landing_page_fields_to_lecturers_table.php | 4 ---- ...d_landing_page_fields_to_meetups_table.php | 4 ---- ...5_191946_create_twitter_accounts_table.php | 4 ---- ..._token_field_to_twitter_accounts_table.php | 4 ---- ...1_16_143622_add_links_to_meetups_table.php | 4 ---- ..._change_telegram_link_on_meetups_table.php | 4 ---- ...57_add_github_data_field_meetups_table.php | 4 ---- ...142300_add_ln_addresses_to_users_table.php | 4 ---- ...07_add_social_links_to_lecturers_table.php | 4 ---- ...72630_update_ln_address_on_users_table.php | 4 ---- ...add_parent_id_field_to_libraries_table.php | 4 ---- ..._add_slug_field_to_library_items_table.php | 4 ---- ...add_meta_fields_to_library_items_table.php | 4 ---- ...dd_matrix_group_field_to_meetups_table.php | 4 ---- ...22_add_ln_addresses_to_lecturers_table.php | 4 ---- ..._115414_add_osm_fields_to_cities_table.php | 4 ---- ...3_152818_prepare_cyphersweet_on_models.php | 4 ---- ...d_attend_fields_to_meetup_events_table.php | 4 ---- ...4_add_community_field_to_meetups_table.php | 4 ---- ..._approved_field_to_library_items_table.php | 4 ---- ...6_add_news_flag_to_library_items_table.php | 4 ---- ...add_tweet_field_to_library_items_table.php | 4 ---- ...nge_tweet_field_to_library_items_table.php | 4 ---- ...4_133446_add_nostr_field_meetups_table.php | 4 ---- ...618_add_nostr_field_to_lecturers_table.php | 4 ---- ...dd_comment_field_to_orange_pills_table.php | 4 ---- ...19_000000_rename_password_resets_table.php | 4 ---- ..._17_01_175957_create_meetup_user_table.php | 4 ---- database/seeders/DatabaseSeeder.php | 2 -- tests/Feature/ExampleTest.php | 2 -- tests/Unit/ExampleTest.php | 2 -- 207 files changed, 1 insertion(+), 1262 deletions(-) diff --git a/app/Actions/Fortify/CreateNewUser.php b/app/Actions/Fortify/CreateNewUser.php index c5fbfc0d..4c6f5736 100644 --- a/app/Actions/Fortify/CreateNewUser.php +++ b/app/Actions/Fortify/CreateNewUser.php @@ -16,9 +16,6 @@ class CreateNewUser implements CreatesNewUsers /** * Create a newly registered user. - * - * @param array $input - * @return \App\Models\User */ public function create(array $input): User { @@ -45,9 +42,6 @@ class CreateNewUser implements CreatesNewUsers /** * Create a personal team for the user. - * - * @param \App\Models\User $user - * @return void */ protected function createTeam(User $user): void { diff --git a/app/Actions/Fortify/PasswordValidationRules.php b/app/Actions/Fortify/PasswordValidationRules.php index 8bf6a82f..c44ac0ed 100644 --- a/app/Actions/Fortify/PasswordValidationRules.php +++ b/app/Actions/Fortify/PasswordValidationRules.php @@ -8,8 +8,6 @@ trait PasswordValidationRules { /** * Get the validation rules used to validate passwords. - * - * @return array */ protected function passwordRules(): array { diff --git a/app/Actions/Fortify/ResetUserPassword.php b/app/Actions/Fortify/ResetUserPassword.php index da30006c..6a77530b 100644 --- a/app/Actions/Fortify/ResetUserPassword.php +++ b/app/Actions/Fortify/ResetUserPassword.php @@ -14,8 +14,6 @@ class ResetUserPassword implements ResetsUserPasswords * Validate and reset the user's forgotten password. * * @param mixed $user - * @param array $input - * @return void */ public function reset($user, array $input): void { diff --git a/app/Actions/Fortify/UpdateUserPassword.php b/app/Actions/Fortify/UpdateUserPassword.php index a8cd94eb..e9894410 100644 --- a/app/Actions/Fortify/UpdateUserPassword.php +++ b/app/Actions/Fortify/UpdateUserPassword.php @@ -14,8 +14,6 @@ class UpdateUserPassword implements UpdatesUserPasswords * Validate and update the user's password. * * @param mixed $user - * @param array $input - * @return void */ public function update($user, array $input): void { diff --git a/app/Actions/Fortify/UpdateUserProfileInformation.php b/app/Actions/Fortify/UpdateUserProfileInformation.php index 45f2f8c7..1609a95e 100644 --- a/app/Actions/Fortify/UpdateUserProfileInformation.php +++ b/app/Actions/Fortify/UpdateUserProfileInformation.php @@ -13,8 +13,6 @@ class UpdateUserProfileInformation implements UpdatesUserProfileInformation * Validate and update the given user's profile information. * * @param mixed $user - * @param array $input - * @return void */ public function update($user, array $input): void { @@ -56,8 +54,6 @@ class UpdateUserProfileInformation implements UpdatesUserProfileInformation * Update the given verified user's profile information. * * @param mixed $user - * @param array $input - * @return void */ protected function updateVerifiedUser($user, array $input): void { diff --git a/app/Actions/Jetstream/AddTeamMember.php b/app/Actions/Jetstream/AddTeamMember.php index e13aeeef..62aa8605 100644 --- a/app/Actions/Jetstream/AddTeamMember.php +++ b/app/Actions/Jetstream/AddTeamMember.php @@ -18,9 +18,6 @@ class AddTeamMember implements AddsTeamMembers * * @param mixed $user * @param mixed $team - * @param string $email - * @param string|null $role - * @return void */ public function add($user, $team, string $email, string $role = null): void { @@ -43,9 +40,6 @@ class AddTeamMember implements AddsTeamMembers * Validate the add member operation. * * @param mixed $team - * @param string $email - * @param string|null $role - * @return void */ protected function validate($team, string $email, ?string $role): void { @@ -61,8 +55,6 @@ class AddTeamMember implements AddsTeamMembers /** * Get the validation rules for adding a team member. - * - * @return array */ protected function rules(): array { @@ -78,8 +70,6 @@ class AddTeamMember implements AddsTeamMembers * Ensure that the user is not already on the team. * * @param mixed $team - * @param string $email - * @return \Closure */ protected function ensureUserIsNotAlreadyOnTeam($team, string $email): Closure { diff --git a/app/Actions/Jetstream/CreateTeam.php b/app/Actions/Jetstream/CreateTeam.php index b47710ef..26ac0138 100644 --- a/app/Actions/Jetstream/CreateTeam.php +++ b/app/Actions/Jetstream/CreateTeam.php @@ -14,7 +14,6 @@ class CreateTeam implements CreatesTeams * Validate and create a new team for the given user. * * @param mixed $user - * @param array $input * @return mixed */ public function create($user, array $input) diff --git a/app/Actions/Jetstream/DeleteTeam.php b/app/Actions/Jetstream/DeleteTeam.php index 26938689..868613ec 100644 --- a/app/Actions/Jetstream/DeleteTeam.php +++ b/app/Actions/Jetstream/DeleteTeam.php @@ -10,7 +10,6 @@ class DeleteTeam implements DeletesTeams * Delete the given team. * * @param mixed $team - * @return void */ public function delete($team): void { diff --git a/app/Actions/Jetstream/DeleteUser.php b/app/Actions/Jetstream/DeleteUser.php index 09ea40b2..442a50d6 100644 --- a/app/Actions/Jetstream/DeleteUser.php +++ b/app/Actions/Jetstream/DeleteUser.php @@ -18,7 +18,6 @@ class DeleteUser implements DeletesUsers /** * Create a new action instance. * - * @param \Laravel\Jetstream\Contracts\DeletesTeams $deletesTeams * @return void */ public function __construct(DeletesTeams $deletesTeams) @@ -30,7 +29,6 @@ class DeleteUser implements DeletesUsers * Delete the given user. * * @param mixed $user - * @return void */ public function delete($user): void { @@ -46,7 +44,6 @@ class DeleteUser implements DeletesUsers * Delete the teams and team associations attached to the user. * * @param mixed $user - * @return void */ protected function deleteTeams($user): void { diff --git a/app/Actions/Jetstream/InviteTeamMember.php b/app/Actions/Jetstream/InviteTeamMember.php index 7525ed56..f239a89a 100644 --- a/app/Actions/Jetstream/InviteTeamMember.php +++ b/app/Actions/Jetstream/InviteTeamMember.php @@ -20,9 +20,6 @@ class InviteTeamMember implements InvitesTeamMembers * * @param mixed $user * @param mixed $team - * @param string $email - * @param string|null $role - * @return void */ public function invite($user, $team, string $email, string $role = null): void { @@ -44,9 +41,6 @@ class InviteTeamMember implements InvitesTeamMembers * Validate the invite member operation. * * @param mixed $team - * @param string $email - * @param string|null $role - * @return void */ protected function validate($team, string $email, ?string $role): void { @@ -64,7 +58,6 @@ class InviteTeamMember implements InvitesTeamMembers * Get the validation rules for inviting a team member. * * @param mixed $team - * @return array */ protected function rules($team): array { @@ -82,8 +75,6 @@ class InviteTeamMember implements InvitesTeamMembers * Ensure that the user is not already on the team. * * @param mixed $team - * @param string $email - * @return \Closure */ protected function ensureUserIsNotAlreadyOnTeam($team, string $email): Closure { diff --git a/app/Actions/Jetstream/RemoveTeamMember.php b/app/Actions/Jetstream/RemoveTeamMember.php index e6e56540..64079d31 100644 --- a/app/Actions/Jetstream/RemoveTeamMember.php +++ b/app/Actions/Jetstream/RemoveTeamMember.php @@ -16,7 +16,6 @@ class RemoveTeamMember implements RemovesTeamMembers * @param mixed $user * @param mixed $team * @param mixed $teamMember - * @return void */ public function remove($user, $team, $teamMember): void { @@ -35,7 +34,6 @@ class RemoveTeamMember implements RemovesTeamMembers * @param mixed $user * @param mixed $team * @param mixed $teamMember - * @return void */ protected function authorize($user, $team, $teamMember): void { @@ -50,7 +48,6 @@ class RemoveTeamMember implements RemovesTeamMembers * * @param mixed $teamMember * @param mixed $team - * @return void */ protected function ensureUserDoesNotOwnTeam($teamMember, $team): void { diff --git a/app/Actions/Jetstream/UpdateTeamName.php b/app/Actions/Jetstream/UpdateTeamName.php index 48f36520..67da8441 100644 --- a/app/Actions/Jetstream/UpdateTeamName.php +++ b/app/Actions/Jetstream/UpdateTeamName.php @@ -13,8 +13,6 @@ class UpdateTeamName implements UpdatesTeamNames * * @param mixed $user * @param mixed $team - * @param array $input - * @return void */ public function update($user, $team, array $input): void { diff --git a/app/Console/Commands/Database/CleanupLoginKeys.php b/app/Console/Commands/Database/CleanupLoginKeys.php index 04d5e9fb..26547e24 100644 --- a/app/Console/Commands/Database/CleanupLoginKeys.php +++ b/app/Console/Commands/Database/CleanupLoginKeys.php @@ -23,8 +23,6 @@ class CleanupLoginKeys extends Command /** * Execute the console command. - * - * @return int */ public function handle(): int { diff --git a/app/Console/Commands/Database/CreatePermissions.php b/app/Console/Commands/Database/CreatePermissions.php index 8ab9a35e..13402616 100644 --- a/app/Console/Commands/Database/CreatePermissions.php +++ b/app/Console/Commands/Database/CreatePermissions.php @@ -22,8 +22,6 @@ class CreatePermissions extends Command /** * Execute the console command. - * - * @return int */ public function handle(): int { diff --git a/app/Console/Commands/Database/CreateTags.php b/app/Console/Commands/Database/CreateTags.php index 9616310c..9ff5bc64 100644 --- a/app/Console/Commands/Database/CreateTags.php +++ b/app/Console/Commands/Database/CreateTags.php @@ -23,8 +23,6 @@ class CreateTags extends Command /** * Execute the console command. - * - * @return int */ public function handle(): int { diff --git a/app/Console/Commands/Database/FillUserEmails.php b/app/Console/Commands/Database/FillUserEmails.php index e5e0ae96..2082d6ed 100644 --- a/app/Console/Commands/Database/FillUserEmails.php +++ b/app/Console/Commands/Database/FillUserEmails.php @@ -23,8 +23,6 @@ class FillUserEmails extends Command /** * Execute the console command. - * - * @return int */ public function handle(): int { diff --git a/app/Console/Commands/Database/ImportGithubMeetups.php b/app/Console/Commands/Database/ImportGithubMeetups.php index 47349e49..39614088 100644 --- a/app/Console/Commands/Database/ImportGithubMeetups.php +++ b/app/Console/Commands/Database/ImportGithubMeetups.php @@ -25,8 +25,6 @@ class ImportGithubMeetups extends Command /** * Execute the console command. - * - * @return int */ public function handle(): int { diff --git a/app/Console/Commands/Database/MigrateLibraryItemSlugs.php b/app/Console/Commands/Database/MigrateLibraryItemSlugs.php index 638c8e36..02d3ee1b 100644 --- a/app/Console/Commands/Database/MigrateLibraryItemSlugs.php +++ b/app/Console/Commands/Database/MigrateLibraryItemSlugs.php @@ -23,8 +23,6 @@ class MigrateLibraryItemSlugs extends Command /** * Execute the console command. - * - * @return int */ public function handle(): int { diff --git a/app/Console/Commands/Database/MigrateMeetupSlugs.php b/app/Console/Commands/Database/MigrateMeetupSlugs.php index a6792088..78ee8875 100644 --- a/app/Console/Commands/Database/MigrateMeetupSlugs.php +++ b/app/Console/Commands/Database/MigrateMeetupSlugs.php @@ -23,8 +23,6 @@ class MigrateMeetupSlugs extends Command /** * Execute the console command. - * - * @return int */ public function handle(): int { diff --git a/app/Console/Commands/Database/RenameFileToMd5.php b/app/Console/Commands/Database/RenameFileToMd5.php index 651e56e1..1535e5b6 100644 --- a/app/Console/Commands/Database/RenameFileToMd5.php +++ b/app/Console/Commands/Database/RenameFileToMd5.php @@ -24,8 +24,6 @@ class RenameFileToMd5 extends Command /** * Execute the console command. - * - * @return int */ public function handle(): int { diff --git a/app/Console/Commands/Database/SetReputation.php b/app/Console/Commands/Database/SetReputation.php index 8f55d0f1..ef8b1f59 100644 --- a/app/Console/Commands/Database/SetReputation.php +++ b/app/Console/Commands/Database/SetReputation.php @@ -24,8 +24,6 @@ class SetReputation extends Command /** * Execute the console command. - * - * @return int */ public function handle(): int { diff --git a/app/Console/Commands/Database/SyncGithubMeetups.php b/app/Console/Commands/Database/SyncGithubMeetups.php index 55d052a2..3fb3cffc 100644 --- a/app/Console/Commands/Database/SyncGithubMeetups.php +++ b/app/Console/Commands/Database/SyncGithubMeetups.php @@ -24,8 +24,6 @@ class SyncGithubMeetups extends Command /** * Execute the console command. - * - * @return int */ public function handle(): int { diff --git a/app/Console/Commands/Feed/ReadAndSyncPodcastFeeds.php b/app/Console/Commands/Feed/ReadAndSyncPodcastFeeds.php index 591bc41d..dc8b2a8a 100644 --- a/app/Console/Commands/Feed/ReadAndSyncPodcastFeeds.php +++ b/app/Console/Commands/Feed/ReadAndSyncPodcastFeeds.php @@ -25,8 +25,6 @@ class ReadAndSyncPodcastFeeds extends Command /** * Execute the console command. - * - * @return int */ public function handle(): int { diff --git a/app/Console/Commands/Map/CreateGeoJsonPolygon.php b/app/Console/Commands/Map/CreateGeoJsonPolygon.php index 7da7a29c..6a620e39 100644 --- a/app/Console/Commands/Map/CreateGeoJsonPolygon.php +++ b/app/Console/Commands/Map/CreateGeoJsonPolygon.php @@ -23,8 +23,6 @@ class CreateGeoJsonPolygon extends Command /** * Execute the console command. - * - * @return int */ public function handle(): int { diff --git a/app/Console/Commands/OpenBooks/SyncOpenBooks.php b/app/Console/Commands/OpenBooks/SyncOpenBooks.php index 52da9346..80168662 100644 --- a/app/Console/Commands/OpenBooks/SyncOpenBooks.php +++ b/app/Console/Commands/OpenBooks/SyncOpenBooks.php @@ -24,8 +24,6 @@ class SyncOpenBooks extends Command /** * Execute the console command. - * - * @return int */ public function handle(): int { diff --git a/app/Console/Commands/Parse/ImportLibraryItems.php b/app/Console/Commands/Parse/ImportLibraryItems.php index 20fed6df..50be546a 100644 --- a/app/Console/Commands/Parse/ImportLibraryItems.php +++ b/app/Console/Commands/Parse/ImportLibraryItems.php @@ -25,8 +25,6 @@ class ImportLibraryItems extends Command /** * Execute the console command. - * - * @return int */ public function handle(): int { diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 18b80d98..3af3953f 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -18,9 +18,6 @@ class Kernel extends ConsoleKernel /** * Define the application's command schedule. - * - * @param \Illuminate\Console\Scheduling\Schedule $schedule - * @return void */ protected function schedule(Schedule $schedule): void { @@ -36,8 +33,6 @@ class Kernel extends ConsoleKernel /** * Register the commands for the application. - * - * @return void */ protected function commands(): void { diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 9cac2d43..0bc92b67 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -38,8 +38,6 @@ class Handler extends ExceptionHandler /** * Register the exception handling callbacks for the application. - * - * @return void */ public function register(): void { diff --git a/app/Http/Controllers/Api/CountryController.php b/app/Http/Controllers/Api/CountryController.php index 441598c0..e5dff8f7 100644 --- a/app/Http/Controllers/Api/CountryController.php +++ b/app/Http/Controllers/Api/CountryController.php @@ -41,7 +41,6 @@ class CountryController extends Controller /** * Store a newly created resource in storage. * - * @param \Illuminate\Http\Request $request * @return \Illuminate\Http\Response */ public function store(Request $request) @@ -52,7 +51,6 @@ class CountryController extends Controller /** * Display the specified resource. * - * @param \App\Models\Country $country * @return \Illuminate\Http\Response */ public function show(Country $country) @@ -63,8 +61,6 @@ class CountryController extends Controller /** * Update the specified resource in storage. * - * @param \Illuminate\Http\Request $request - * @param \App\Models\Country $country * @return \Illuminate\Http\Response */ public function update(Request $request, Country $country) @@ -75,7 +71,6 @@ class CountryController extends Controller /** * Remove the specified resource from storage. * - * @param \App\Models\Country $country * @return \Illuminate\Http\Response */ public function destroy(Country $country) diff --git a/app/Http/Controllers/Api/LanguageController.php b/app/Http/Controllers/Api/LanguageController.php index d11d64cf..e9ca66e7 100644 --- a/app/Http/Controllers/Api/LanguageController.php +++ b/app/Http/Controllers/Api/LanguageController.php @@ -13,8 +13,6 @@ class LanguageController extends Controller { /** * Display a listing of the resource. - * - * @return \Illuminate\Http\JsonResponse */ public function index(Request $request): JsonResponse { @@ -62,7 +60,6 @@ class LanguageController extends Controller /** * Store a newly created resource in storage. * - * @param \Illuminate\Http\Request $request * @return \Illuminate\Http\Response */ public function store(Request $request) @@ -84,7 +81,6 @@ class LanguageController extends Controller /** * Update the specified resource in storage. * - * @param \Illuminate\Http\Request $request * @param $language * @return \Illuminate\Http\Response */ diff --git a/app/Http/Controllers/Api/LecturerController.php b/app/Http/Controllers/Api/LecturerController.php index 86ca77a1..98d4d3b5 100644 --- a/app/Http/Controllers/Api/LecturerController.php +++ b/app/Http/Controllers/Api/LecturerController.php @@ -44,7 +44,6 @@ class LecturerController extends Controller /** * Store a newly created resource in storage. * - * @param \Illuminate\Http\Request $request * @return \Illuminate\Http\Response */ public function store(Request $request) @@ -55,7 +54,6 @@ class LecturerController extends Controller /** * Display the specified resource. * - * @param \App\Models\Lecturer $lecturer * @return \Illuminate\Http\Response */ public function show(Lecturer $lecturer) @@ -66,8 +64,6 @@ class LecturerController extends Controller /** * Update the specified resource in storage. * - * @param \Illuminate\Http\Request $request - * @param \App\Models\Lecturer $lecturer * @return \Illuminate\Http\Response */ public function update(Request $request, Lecturer $lecturer) @@ -78,7 +74,6 @@ class LecturerController extends Controller /** * Remove the specified resource from storage. * - * @param \App\Models\Lecturer $lecturer * @return \Illuminate\Http\Response */ public function destroy(Lecturer $lecturer) diff --git a/app/Http/Controllers/Api/MeetupController.php b/app/Http/Controllers/Api/MeetupController.php index 835f3291..aa901815 100644 --- a/app/Http/Controllers/Api/MeetupController.php +++ b/app/Http/Controllers/Api/MeetupController.php @@ -49,7 +49,6 @@ class MeetupController extends Controller /** * Store a newly created resource in storage. * - * @param \Illuminate\Http\Request $request * @return \Illuminate\Http\Response */ public function store(Request $request) @@ -60,7 +59,6 @@ class MeetupController extends Controller /** * Display the specified resource. * - * @param \App\Models\meetup $meetup * @return \Illuminate\Http\Response */ public function show(meetup $meetup) @@ -71,8 +69,6 @@ class MeetupController extends Controller /** * Update the specified resource in storage. * - * @param \Illuminate\Http\Request $request - * @param \App\Models\meetup $meetup * @return \Illuminate\Http\Response */ public function update(Request $request, meetup $meetup) @@ -83,7 +79,6 @@ class MeetupController extends Controller /** * Remove the specified resource from storage. * - * @param \App\Models\meetup $meetup * @return \Illuminate\Http\Response */ public function destroy(meetup $meetup) diff --git a/app/Http/Controllers/DownloadBitcoinEventCalendar.php b/app/Http/Controllers/DownloadBitcoinEventCalendar.php index 3d3750a5..bd0f55fe 100644 --- a/app/Http/Controllers/DownloadBitcoinEventCalendar.php +++ b/app/Http/Controllers/DownloadBitcoinEventCalendar.php @@ -12,9 +12,6 @@ class DownloadBitcoinEventCalendar extends Controller { /** * Handle the incoming request. - * - * @param \Illuminate\Http\Request $request - * @return \Illuminate\Http\Response */ public function __invoke(Request $request): Response { diff --git a/app/Http/Controllers/DownloadMeetupCalendar.php b/app/Http/Controllers/DownloadMeetupCalendar.php index 64a0be4f..31eda5df 100644 --- a/app/Http/Controllers/DownloadMeetupCalendar.php +++ b/app/Http/Controllers/DownloadMeetupCalendar.php @@ -13,9 +13,6 @@ class DownloadMeetupCalendar extends Controller { /** * Handle the incoming request. - * - * @param \Illuminate\Http\Request $request - * @return \Illuminate\Http\Response */ public function __invoke(Request $request): Response { diff --git a/app/Http/Middleware/CustomEnsureEmailVerified.php b/app/Http/Middleware/CustomEnsureEmailVerified.php index 498bf11a..7b6060cc 100644 --- a/app/Http/Middleware/CustomEnsureEmailVerified.php +++ b/app/Http/Middleware/CustomEnsureEmailVerified.php @@ -14,9 +14,7 @@ class CustomEnsureEmailVerified /** * Handle an incoming request. * - * @param \Illuminate\Http\Request $request * @param \Closure(\Illuminate\Http\Request): (\Illuminate\Http\Response|\Illuminate\Http\RedirectResponse) $next - * @return \Illuminate\Http\Response|\Illuminate\Http\RedirectResponse */ public function handle(Request $request, Closure $next, $redirectToRoute = null): Response { diff --git a/app/Http/Middleware/NeedMeetupMiddleware.php b/app/Http/Middleware/NeedMeetupMiddleware.php index 441abd96..41350d8d 100644 --- a/app/Http/Middleware/NeedMeetupMiddleware.php +++ b/app/Http/Middleware/NeedMeetupMiddleware.php @@ -11,9 +11,7 @@ class NeedMeetupMiddleware /** * Handle an incoming request. * - * @param \Illuminate\Http\Request $request * @param \Closure(\Illuminate\Http\Request): (\Illuminate\Http\Response|\Illuminate\Http\RedirectResponse) $next - * @return \Illuminate\Http\Response|\Illuminate\Http\RedirectResponse */ public function handle(Request $request, Closure $next): Response { diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php index afc78c4e..4b2af74d 100644 --- a/app/Http/Middleware/RedirectIfAuthenticated.php +++ b/app/Http/Middleware/RedirectIfAuthenticated.php @@ -13,7 +13,7 @@ class RedirectIfAuthenticated /** * Handle an incoming request. * - * @param \Closure(\Illuminate\Http\Request): (\Symfony\Component\HttpFoundation\Response) $next + * @param \Closure(\Illuminate\Http\Request): (\Illuminate\Http\Response|\Illuminate\Http\RedirectResponse) $next */ public function handle(Request $request, Closure $next, string ...$guards): Response { diff --git a/app/Http/Middleware/SetTimezoneForNovaMiddleware.php b/app/Http/Middleware/SetTimezoneForNovaMiddleware.php index a0a313ee..7fbb02d2 100644 --- a/app/Http/Middleware/SetTimezoneForNovaMiddleware.php +++ b/app/Http/Middleware/SetTimezoneForNovaMiddleware.php @@ -13,9 +13,7 @@ class SetTimezoneForNovaMiddleware /** * Handle an incoming request. * - * @param \Illuminate\Http\Request $request * @param \Closure(\Illuminate\Http\Request): (\Illuminate\Http\Response|\Illuminate\Http\RedirectResponse) $next - * @return \Illuminate\Http\Response|\Illuminate\Http\RedirectResponse */ public function handle(Request $request, Closure $next): Response { diff --git a/app/Http/Middleware/SetTimezoneMiddleware.php b/app/Http/Middleware/SetTimezoneMiddleware.php index 75bb85f7..6683cfae 100644 --- a/app/Http/Middleware/SetTimezoneMiddleware.php +++ b/app/Http/Middleware/SetTimezoneMiddleware.php @@ -13,9 +13,7 @@ class SetTimezoneMiddleware /** * Handle an incoming request. * - * @param \Illuminate\Http\Request $request * @param \Closure(\Illuminate\Http\Request): (\Illuminate\Http\Response|\Illuminate\Http\RedirectResponse) $next - * @return \Illuminate\Http\Response|\Illuminate\Http\RedirectResponse */ public function handle(Request $request, Closure $next): Response { diff --git a/app/Listeners/AddLoginReputation.php b/app/Listeners/AddLoginReputation.php index 697edfcd..cd8aafe1 100644 --- a/app/Listeners/AddLoginReputation.php +++ b/app/Listeners/AddLoginReputation.php @@ -19,9 +19,6 @@ class AddLoginReputation /** * Handle the event. - * - * @param object $event - * @return void */ public function handle(object $event): void { diff --git a/app/Models/Scopes/ActiveBookCases.php b/app/Models/Scopes/ActiveBookCases.php index 5340491a..0ccea49c 100644 --- a/app/Models/Scopes/ActiveBookCases.php +++ b/app/Models/Scopes/ActiveBookCases.php @@ -10,10 +10,6 @@ class ActiveBookCases implements Scope { /** * Apply the scope to a given Eloquent query builder. - * - * @param \Illuminate\Database\Eloquent\Builder $builder - * @param \Illuminate\Database\Eloquent\Model $model - * @return void */ public function apply(Builder $builder, Model $model): void { diff --git a/app/Models/TeamInvitation.php b/app/Models/TeamInvitation.php index 228399ed..e5c4f2bc 100644 --- a/app/Models/TeamInvitation.php +++ b/app/Models/TeamInvitation.php @@ -20,8 +20,6 @@ class TeamInvitation extends JetstreamTeamInvitation /** * Get the team that the invitation belongs to. - * - * @return \Illuminate\Database\Eloquent\Relations\BelongsTo */ public function team(): BelongsTo { diff --git a/app/Notifications/ModelCreatedNotification.php b/app/Notifications/ModelCreatedNotification.php index 1f266fd1..05f897cb 100644 --- a/app/Notifications/ModelCreatedNotification.php +++ b/app/Notifications/ModelCreatedNotification.php @@ -24,7 +24,6 @@ class ModelCreatedNotification extends Notification * Get the notification's delivery channels. * * @param mixed $notifiable - * @return array */ public function via($notifiable): array { @@ -35,7 +34,6 @@ class ModelCreatedNotification extends Notification * Get the mail representation of the notification. * * @param mixed $notifiable - * @return \Illuminate\Notifications\Messages\MailMessage */ public function toMail($notifiable): MailMessage { @@ -53,7 +51,6 @@ class ModelCreatedNotification extends Notification * Get the array representation of the notification. * * @param mixed $notifiable - * @return array */ public function toArray($notifiable): array { diff --git a/app/Nova/Actions/AttachLibraryItemToLibrary.php b/app/Nova/Actions/AttachLibraryItemToLibrary.php index 460fc180..1a913849 100644 --- a/app/Nova/Actions/AttachLibraryItemToLibrary.php +++ b/app/Nova/Actions/AttachLibraryItemToLibrary.php @@ -18,8 +18,6 @@ class AttachLibraryItemToLibrary extends Action /** * Perform the action on the given models. * - * @param \Laravel\Nova\Fields\ActionFields $fields - * @param \Illuminate\Support\Collection $models * @return mixed */ public function handle(ActionFields $fields, Collection $models) @@ -32,9 +30,6 @@ class AttachLibraryItemToLibrary extends Action /** * Get the fields available on the action. - * - * @param \Laravel\Nova\Http\Requests\NovaRequest $request - * @return array */ public function fields(NovaRequest $request): array { diff --git a/app/Nova/Actions/SetStatusAction.php b/app/Nova/Actions/SetStatusAction.php index 4f3aeeee..92dbccbc 100644 --- a/app/Nova/Actions/SetStatusAction.php +++ b/app/Nova/Actions/SetStatusAction.php @@ -17,8 +17,6 @@ class SetStatusAction extends Action /** * Perform the action on the given models. * - * @param \Laravel\Nova\Fields\ActionFields $fields - * @param \Illuminate\Support\Collection $models * @return mixed */ public function handle(ActionFields $fields, Collection $models) @@ -32,9 +30,6 @@ class SetStatusAction extends Action /** * Get the fields available on the action. - * - * @param \Laravel\Nova\Http\Requests\NovaRequest $request - * @return array */ public function fields(NovaRequest $request): array { diff --git a/app/Nova/BitcoinEvent.php b/app/Nova/BitcoinEvent.php index ebe78655..c42e7955 100644 --- a/app/Nova/BitcoinEvent.php +++ b/app/Nova/BitcoinEvent.php @@ -57,9 +57,6 @@ class BitcoinEvent extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -114,9 +111,6 @@ class BitcoinEvent extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -125,9 +119,6 @@ class BitcoinEvent extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -136,9 +127,6 @@ class BitcoinEvent extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -147,9 +135,6 @@ class BitcoinEvent extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/BookCase.php b/app/Nova/BookCase.php index b98e33de..dbd59a13 100644 --- a/app/Nova/BookCase.php +++ b/app/Nova/BookCase.php @@ -61,9 +61,6 @@ class BookCase extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -145,9 +142,6 @@ class BookCase extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -156,9 +150,6 @@ class BookCase extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -167,9 +158,6 @@ class BookCase extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -178,9 +166,6 @@ class BookCase extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/Category.php b/app/Nova/Category.php index 7ccbc494..ba86482e 100644 --- a/app/Nova/Category.php +++ b/app/Nova/Category.php @@ -47,9 +47,6 @@ class Category extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -70,9 +67,6 @@ class Category extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -81,9 +75,6 @@ class Category extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -92,9 +83,6 @@ class Category extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -103,9 +91,6 @@ class Category extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/City.php b/app/Nova/City.php index 236dc8d0..cf24ac9e 100644 --- a/app/Nova/City.php +++ b/app/Nova/City.php @@ -60,9 +60,6 @@ class City extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -109,9 +106,6 @@ class City extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -120,9 +114,6 @@ class City extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -131,9 +122,6 @@ class City extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -142,9 +130,6 @@ class City extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/Country.php b/app/Nova/Country.php index 56197218..9ffc67d7 100644 --- a/app/Nova/Country.php +++ b/app/Nova/Country.php @@ -56,9 +56,6 @@ class Country extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -96,9 +93,6 @@ class Country extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -107,9 +101,6 @@ class Country extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -118,9 +109,6 @@ class Country extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -129,9 +117,6 @@ class Country extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/Course.php b/app/Nova/Course.php index 262aceb2..1e9e918b 100644 --- a/app/Nova/Course.php +++ b/app/Nova/Course.php @@ -77,9 +77,6 @@ class Course extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -132,9 +129,6 @@ class Course extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -143,9 +137,6 @@ class Course extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -154,9 +145,6 @@ class Course extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -165,9 +153,6 @@ class Course extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/CourseEvent.php b/app/Nova/CourseEvent.php index d04754a3..21b27b68 100644 --- a/app/Nova/CourseEvent.php +++ b/app/Nova/CourseEvent.php @@ -57,9 +57,6 @@ class CourseEvent extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -98,9 +95,6 @@ class CourseEvent extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -109,9 +103,6 @@ class CourseEvent extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -120,9 +111,6 @@ class CourseEvent extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -131,9 +119,6 @@ class CourseEvent extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/Dashboards/Main.php b/app/Nova/Dashboards/Main.php index b86ea262..08e13acc 100644 --- a/app/Nova/Dashboards/Main.php +++ b/app/Nova/Dashboards/Main.php @@ -14,8 +14,6 @@ class Main extends Dashboard /** * Get the cards for the dashboard. - * - * @return array */ public function cards(): array { diff --git a/app/Nova/Episode.php b/app/Nova/Episode.php index ca5aafcc..f44a6356 100644 --- a/app/Nova/Episode.php +++ b/app/Nova/Episode.php @@ -109,9 +109,6 @@ class Episode extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -154,9 +151,6 @@ class Episode extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -165,9 +159,6 @@ class Episode extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -176,9 +167,6 @@ class Episode extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -187,9 +175,6 @@ class Episode extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/Filters/LibraryItemWithout.php b/app/Nova/Filters/LibraryItemWithout.php index abd98503..941e33bf 100644 --- a/app/Nova/Filters/LibraryItemWithout.php +++ b/app/Nova/Filters/LibraryItemWithout.php @@ -16,10 +16,7 @@ class LibraryItemWithout extends BooleanFilter /** * Apply the filter to the given query. * - * @param \Laravel\Nova\Http\Requests\NovaRequest $request - * @param \Illuminate\Database\Eloquent\Builder $query * @param mixed $value - * @return \Illuminate\Database\Eloquent\Builder */ public function apply(NovaRequest $request, Builder $query, $value): Builder { @@ -30,9 +27,6 @@ class LibraryItemWithout extends BooleanFilter /** * Get the filter's available options. - * - * @param \Laravel\Nova\Http\Requests\NovaRequest $request - * @return array */ public function options(NovaRequest $request): array { diff --git a/app/Nova/Language.php b/app/Nova/Language.php index 9aa0b87e..500593e3 100644 --- a/app/Nova/Language.php +++ b/app/Nova/Language.php @@ -52,9 +52,6 @@ class Language extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -72,9 +69,6 @@ class Language extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -83,9 +77,6 @@ class Language extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -94,9 +85,6 @@ class Language extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -105,9 +93,6 @@ class Language extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/Lecturer.php b/app/Nova/Lecturer.php index ce2f8d5a..a28ba3fe 100644 --- a/app/Nova/Lecturer.php +++ b/app/Nova/Lecturer.php @@ -72,9 +72,6 @@ class Lecturer extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -153,9 +150,6 @@ class Lecturer extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -164,9 +158,6 @@ class Lecturer extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -175,9 +166,6 @@ class Lecturer extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -186,9 +174,6 @@ class Lecturer extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/Library.php b/app/Nova/Library.php index 021492bd..d17c8a55 100644 --- a/app/Nova/Library.php +++ b/app/Nova/Library.php @@ -64,9 +64,6 @@ class Library extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -104,9 +101,6 @@ class Library extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -115,9 +109,6 @@ class Library extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -126,9 +117,6 @@ class Library extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -137,9 +125,6 @@ class Library extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/LibraryItem.php b/app/Nova/LibraryItem.php index 41ef83cf..54471e4a 100644 --- a/app/Nova/LibraryItem.php +++ b/app/Nova/LibraryItem.php @@ -80,9 +80,6 @@ class LibraryItem extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -196,9 +193,6 @@ class LibraryItem extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -207,9 +201,6 @@ class LibraryItem extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -220,9 +211,6 @@ class LibraryItem extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -231,9 +219,6 @@ class LibraryItem extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/Meetup.php b/app/Nova/Meetup.php index cc10856c..8d2f49ee 100644 --- a/app/Nova/Meetup.php +++ b/app/Nova/Meetup.php @@ -71,9 +71,6 @@ class Meetup extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -150,9 +147,6 @@ class Meetup extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -161,9 +155,6 @@ class Meetup extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -172,9 +163,6 @@ class Meetup extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -183,9 +171,6 @@ class Meetup extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/MeetupEvent.php b/app/Nova/MeetupEvent.php index 25a56a43..39bd8f0d 100644 --- a/app/Nova/MeetupEvent.php +++ b/app/Nova/MeetupEvent.php @@ -78,9 +78,6 @@ class MeetupEvent extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -121,9 +118,6 @@ class MeetupEvent extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -132,9 +126,6 @@ class MeetupEvent extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -143,9 +134,6 @@ class MeetupEvent extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -154,9 +142,6 @@ class MeetupEvent extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/OrangePill.php b/app/Nova/OrangePill.php index b45ea710..36983df2 100644 --- a/app/Nova/OrangePill.php +++ b/app/Nova/OrangePill.php @@ -53,9 +53,6 @@ class OrangePill extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -79,9 +76,6 @@ class OrangePill extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -90,9 +84,6 @@ class OrangePill extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -101,9 +92,6 @@ class OrangePill extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -112,9 +100,6 @@ class OrangePill extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/Participant.php b/app/Nova/Participant.php index ea0b22e3..067f7be1 100644 --- a/app/Nova/Participant.php +++ b/app/Nova/Participant.php @@ -45,9 +45,6 @@ class Participant extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -66,9 +63,6 @@ class Participant extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -77,9 +71,6 @@ class Participant extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -88,9 +79,6 @@ class Participant extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -99,9 +87,6 @@ class Participant extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/Podcast.php b/app/Nova/Podcast.php index d39c1326..003203cc 100644 --- a/app/Nova/Podcast.php +++ b/app/Nova/Podcast.php @@ -57,9 +57,6 @@ class Podcast extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -113,9 +110,6 @@ class Podcast extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -124,9 +118,6 @@ class Podcast extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -135,9 +126,6 @@ class Podcast extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -146,9 +134,6 @@ class Podcast extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/Registration.php b/app/Nova/Registration.php index d0615ab3..65e3b9e6 100644 --- a/app/Nova/Registration.php +++ b/app/Nova/Registration.php @@ -46,9 +46,6 @@ class Registration extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -67,9 +64,6 @@ class Registration extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -78,9 +72,6 @@ class Registration extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -89,9 +80,6 @@ class Registration extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -100,9 +88,6 @@ class Registration extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Nova/Team.php b/app/Nova/Team.php index cfb5dd88..3c5549a7 100644 --- a/app/Nova/Team.php +++ b/app/Nova/Team.php @@ -44,9 +44,6 @@ class Team extends Resource /** * Get the fields displayed by the resource. - * - * @param \Laravel\Nova\Http\Requests\NovaRequest $request - * @return array */ public function fields(NovaRequest $request): array { @@ -62,9 +59,6 @@ class Team extends Resource /** * Get the cards available for the request. - * - * @param \Laravel\Nova\Http\Requests\NovaRequest $request - * @return array */ public function cards(NovaRequest $request): array { @@ -73,9 +67,6 @@ class Team extends Resource /** * Get the filters available for the resource. - * - * @param \Laravel\Nova\Http\Requests\NovaRequest $request - * @return array */ public function filters(NovaRequest $request): array { @@ -84,9 +75,6 @@ class Team extends Resource /** * Get the lenses available for the resource. - * - * @param \Laravel\Nova\Http\Requests\NovaRequest $request - * @return array */ public function lenses(NovaRequest $request): array { @@ -95,9 +83,6 @@ class Team extends Resource /** * Get the actions available for the resource. - * - * @param \Laravel\Nova\Http\Requests\NovaRequest $request - * @return array */ public function actions(NovaRequest $request): array { diff --git a/app/Nova/User.php b/app/Nova/User.php index 4de5835c..aaf4a50f 100644 --- a/app/Nova/User.php +++ b/app/Nova/User.php @@ -51,9 +51,6 @@ class User extends Resource /** * Get the fields displayed by the resource. - * - * @param \Laravel\Nova\Http\Requests\NovaRequest $request - * @return array */ public function fields(NovaRequest $request): array { @@ -99,9 +96,6 @@ class User extends Resource /** * Get the cards available for the request. - * - * @param \Laravel\Nova\Http\Requests\NovaRequest $request - * @return array */ public function cards(NovaRequest $request): array { @@ -110,9 +104,6 @@ class User extends Resource /** * Get the filters available for the resource. - * - * @param \Laravel\Nova\Http\Requests\NovaRequest $request - * @return array */ public function filters(NovaRequest $request): array { @@ -121,9 +112,6 @@ class User extends Resource /** * Get the lenses available for the resource. - * - * @param \Laravel\Nova\Http\Requests\NovaRequest $request - * @return array */ public function lenses(NovaRequest $request): array { @@ -132,9 +120,6 @@ class User extends Resource /** * Get the actions available for the resource. - * - * @param \Laravel\Nova\Http\Requests\NovaRequest $request - * @return array */ public function actions(NovaRequest $request): array { diff --git a/app/Nova/Venue.php b/app/Nova/Venue.php index d472547a..ef3ae7ee 100644 --- a/app/Nova/Venue.php +++ b/app/Nova/Venue.php @@ -58,9 +58,6 @@ class Venue extends Resource /** * Get the fields displayed by the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function fields(Request $request): array { @@ -94,9 +91,6 @@ class Venue extends Resource /** * Get the cards available for the request. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function cards(Request $request): array { @@ -105,9 +99,6 @@ class Venue extends Resource /** * Get the filters available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function filters(Request $request): array { @@ -116,9 +107,6 @@ class Venue extends Resource /** * Get the lenses available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function lenses(Request $request): array { @@ -127,9 +115,6 @@ class Venue extends Resource /** * Get the actions available for the resource. - * - * @param \Illuminate\Http\Request $request - * @return array */ public function actions(Request $request): array { diff --git a/app/Observers/BitcoinEventObserver.php b/app/Observers/BitcoinEventObserver.php index 7b6a8c9b..11c47751 100644 --- a/app/Observers/BitcoinEventObserver.php +++ b/app/Observers/BitcoinEventObserver.php @@ -11,9 +11,6 @@ class BitcoinEventObserver /** * Handle the BitcoinEvent "created" event. - * - * @param \App\Models\BitcoinEvent $bitcoinEvent - * @return void */ public function created(BitcoinEvent $bitcoinEvent): void { @@ -34,9 +31,6 @@ class BitcoinEventObserver /** * Handle the BitcoinEvent "updated" event. - * - * @param \App\Models\BitcoinEvent $bitcoinEvent - * @return void */ public function updated(BitcoinEvent $bitcoinEvent): void { @@ -45,9 +39,6 @@ class BitcoinEventObserver /** * Handle the BitcoinEvent "deleted" event. - * - * @param \App\Models\BitcoinEvent $bitcoinEvent - * @return void */ public function deleted(BitcoinEvent $bitcoinEvent): void { @@ -56,9 +47,6 @@ class BitcoinEventObserver /** * Handle the BitcoinEvent "restored" event. - * - * @param \App\Models\BitcoinEvent $bitcoinEvent - * @return void */ public function restored(BitcoinEvent $bitcoinEvent): void { @@ -67,9 +55,6 @@ class BitcoinEventObserver /** * Handle the BitcoinEvent "force deleted" event. - * - * @param \App\Models\BitcoinEvent $bitcoinEvent - * @return void */ public function forceDeleted(BitcoinEvent $bitcoinEvent): void { diff --git a/app/Observers/CourseEventObserver.php b/app/Observers/CourseEventObserver.php index a443c323..3cc7efff 100644 --- a/app/Observers/CourseEventObserver.php +++ b/app/Observers/CourseEventObserver.php @@ -11,9 +11,6 @@ class CourseEventObserver /** * Handle the CourseEvent "created" event. - * - * @param \App\Models\CourseEvent $courseEvent - * @return void */ public function created(CourseEvent $courseEvent): void { @@ -34,9 +31,6 @@ class CourseEventObserver /** * Handle the CourseEvent "updated" event. - * - * @param \App\Models\CourseEvent $courseEvent - * @return void */ public function updated(CourseEvent $courseEvent): void { @@ -45,9 +39,6 @@ class CourseEventObserver /** * Handle the CourseEvent "deleted" event. - * - * @param \App\Models\CourseEvent $courseEvent - * @return void */ public function deleted(CourseEvent $courseEvent): void { @@ -56,9 +47,6 @@ class CourseEventObserver /** * Handle the CourseEvent "restored" event. - * - * @param \App\Models\CourseEvent $courseEvent - * @return void */ public function restored(CourseEvent $courseEvent): void { @@ -67,9 +55,6 @@ class CourseEventObserver /** * Handle the CourseEvent "force deleted" event. - * - * @param \App\Models\CourseEvent $courseEvent - * @return void */ public function forceDeleted(CourseEvent $courseEvent): void { diff --git a/app/Observers/CourseObserver.php b/app/Observers/CourseObserver.php index 74d02472..2c1f0d25 100644 --- a/app/Observers/CourseObserver.php +++ b/app/Observers/CourseObserver.php @@ -11,9 +11,6 @@ class CourseObserver /** * Handle the Course "created" event. - * - * @param \App\Models\Course $course - * @return void */ public function created(Course $course): void { @@ -34,9 +31,6 @@ class CourseObserver /** * Handle the Course "updated" event. - * - * @param \App\Models\Course $course - * @return void */ public function updated(Course $course): void { @@ -45,9 +39,6 @@ class CourseObserver /** * Handle the Course "deleted" event. - * - * @param \App\Models\Course $course - * @return void */ public function deleted(Course $course): void { @@ -56,9 +47,6 @@ class CourseObserver /** * Handle the Course "restored" event. - * - * @param \App\Models\Course $course - * @return void */ public function restored(Course $course): void { @@ -67,9 +55,6 @@ class CourseObserver /** * Handle the Course "force deleted" event. - * - * @param \App\Models\Course $course - * @return void */ public function forceDeleted(Course $course): void { diff --git a/app/Observers/EpisodeObserver.php b/app/Observers/EpisodeObserver.php index a42ee6e3..c1109d86 100644 --- a/app/Observers/EpisodeObserver.php +++ b/app/Observers/EpisodeObserver.php @@ -8,9 +8,6 @@ class EpisodeObserver { /** * Handle the Episode "created" event. - * - * @param \App\Models\Episode $episode - * @return void */ public function created(Episode $episode): void { @@ -19,9 +16,6 @@ class EpisodeObserver /** * Handle the Episode "updated" event. - * - * @param \App\Models\Episode $episode - * @return void */ public function updated(Episode $episode): void { @@ -30,9 +24,6 @@ class EpisodeObserver /** * Handle the Episode "deleted" event. - * - * @param \App\Models\Episode $episode - * @return void */ public function deleted(Episode $episode): void { @@ -41,9 +32,6 @@ class EpisodeObserver /** * Handle the Episode "restored" event. - * - * @param \App\Models\Episode $episode - * @return void */ public function restored(Episode $episode): void { @@ -52,9 +40,6 @@ class EpisodeObserver /** * Handle the Episode "force deleted" event. - * - * @param \App\Models\Episode $episode - * @return void */ public function forceDeleted(Episode $episode): void { diff --git a/app/Observers/EventObserver.php b/app/Observers/EventObserver.php index d314b5eb..b9224418 100644 --- a/app/Observers/EventObserver.php +++ b/app/Observers/EventObserver.php @@ -8,9 +8,6 @@ class EventObserver { /** * Handle the Event "created" event. - * - * @param \App\Models\CourseEvent $event - * @return void */ public function created(CourseEvent $event): void { @@ -19,9 +16,6 @@ class EventObserver /** * Handle the Event "updated" event. - * - * @param \App\Models\CourseEvent $event - * @return void */ public function updated(CourseEvent $event): void { @@ -30,9 +24,6 @@ class EventObserver /** * Handle the Event "deleted" event. - * - * @param \App\Models\CourseEvent $event - * @return void */ public function deleted(CourseEvent $event): void { @@ -41,9 +32,6 @@ class EventObserver /** * Handle the Event "restored" event. - * - * @param \App\Models\CourseEvent $event - * @return void */ public function restored(CourseEvent $event): void { @@ -52,9 +40,6 @@ class EventObserver /** * Handle the Event "force deleted" event. - * - * @param \App\Models\CourseEvent $event - * @return void */ public function forceDeleted(CourseEvent $event): void { diff --git a/app/Observers/LibraryItemObserver.php b/app/Observers/LibraryItemObserver.php index 1b660be5..bb186991 100644 --- a/app/Observers/LibraryItemObserver.php +++ b/app/Observers/LibraryItemObserver.php @@ -11,9 +11,6 @@ class LibraryItemObserver /** * Handle the LibraryItem "created" event. - * - * @param \App\Models\LibraryItem $libraryItem - * @return void */ public function created(LibraryItem $libraryItem): void { @@ -54,9 +51,6 @@ class LibraryItemObserver /** * Handle the LibraryItem "updated" event. - * - * @param \App\Models\LibraryItem $libraryItem - * @return void */ public function updated(LibraryItem $libraryItem): void { @@ -65,9 +59,6 @@ class LibraryItemObserver /** * Handle the LibraryItem "deleted" event. - * - * @param \App\Models\LibraryItem $libraryItem - * @return void */ public function deleted(LibraryItem $libraryItem): void { @@ -76,9 +67,6 @@ class LibraryItemObserver /** * Handle the LibraryItem "restored" event. - * - * @param \App\Models\LibraryItem $libraryItem - * @return void */ public function restored(LibraryItem $libraryItem): void { @@ -87,9 +75,6 @@ class LibraryItemObserver /** * Handle the LibraryItem "force deleted" event. - * - * @param \App\Models\LibraryItem $libraryItem - * @return void */ public function forceDeleted(LibraryItem $libraryItem): void { diff --git a/app/Observers/MeetupEventObserver.php b/app/Observers/MeetupEventObserver.php index d95aca04..8d2ade76 100644 --- a/app/Observers/MeetupEventObserver.php +++ b/app/Observers/MeetupEventObserver.php @@ -12,9 +12,6 @@ class MeetupEventObserver /** * Handle the MeetupEvent "created" event. - * - * @param \App\Models\MeetupEvent $meetupEvent - * @return void */ public function created(MeetupEvent $meetupEvent): void { @@ -44,9 +41,6 @@ class MeetupEventObserver /** * Handle the MeetupEvent "updated" event. - * - * @param \App\Models\MeetupEvent $meetupEvent - * @return void */ public function updated(MeetupEvent $meetupEvent): void { @@ -55,9 +49,6 @@ class MeetupEventObserver /** * Handle the MeetupEvent "deleted" event. - * - * @param \App\Models\MeetupEvent $meetupEvent - * @return void */ public function deleted(MeetupEvent $meetupEvent): void { @@ -66,9 +57,6 @@ class MeetupEventObserver /** * Handle the MeetupEvent "restored" event. - * - * @param \App\Models\MeetupEvent $meetupEvent - * @return void */ public function restored(MeetupEvent $meetupEvent): void { @@ -77,9 +65,6 @@ class MeetupEventObserver /** * Handle the MeetupEvent "force deleted" event. - * - * @param \App\Models\MeetupEvent $meetupEvent - * @return void */ public function forceDeleted(MeetupEvent $meetupEvent): void { diff --git a/app/Observers/MeetupObserver.php b/app/Observers/MeetupObserver.php index 95bee0e2..39361cea 100644 --- a/app/Observers/MeetupObserver.php +++ b/app/Observers/MeetupObserver.php @@ -12,9 +12,6 @@ class MeetupObserver /** * Handle the Meetup "created" event. - * - * @param \App\Models\Meetup $meetup - * @return void */ public function created(Meetup $meetup): void { @@ -41,9 +38,6 @@ class MeetupObserver /** * Handle the Meetup "updated" event. - * - * @param \App\Models\Meetup $meetup - * @return void */ public function updated(Meetup $meetup): void { @@ -52,9 +46,6 @@ class MeetupObserver /** * Handle the Meetup "deleted" event. - * - * @param \App\Models\Meetup $meetup - * @return void */ public function deleted(Meetup $meetup): void { @@ -63,9 +54,6 @@ class MeetupObserver /** * Handle the Meetup "restored" event. - * - * @param \App\Models\Meetup $meetup - * @return void */ public function restored(Meetup $meetup): void { @@ -74,9 +62,6 @@ class MeetupObserver /** * Handle the Meetup "force deleted" event. - * - * @param \App\Models\Meetup $meetup - * @return void */ public function forceDeleted(Meetup $meetup): void { diff --git a/app/Observers/OrangePillObserver.php b/app/Observers/OrangePillObserver.php index b626aaaf..2df68f78 100644 --- a/app/Observers/OrangePillObserver.php +++ b/app/Observers/OrangePillObserver.php @@ -11,9 +11,6 @@ class OrangePillObserver /** * Handle the OrangePill "created" event. - * - * @param \App\Models\OrangePill $orangePill - * @return void */ public function created(OrangePill $orangePill): void { @@ -32,9 +29,6 @@ class OrangePillObserver /** * Handle the OrangePill "updated" event. - * - * @param \App\Models\OrangePill $orangePill - * @return void */ public function updated(OrangePill $orangePill): void { @@ -43,9 +37,6 @@ class OrangePillObserver /** * Handle the OrangePill "deleted" event. - * - * @param \App\Models\OrangePill $orangePill - * @return void */ public function deleted(OrangePill $orangePill): void { @@ -54,9 +45,6 @@ class OrangePillObserver /** * Handle the OrangePill "restored" event. - * - * @param \App\Models\OrangePill $orangePill - * @return void */ public function restored(OrangePill $orangePill): void { @@ -65,9 +53,6 @@ class OrangePillObserver /** * Handle the OrangePill "force deleted" event. - * - * @param \App\Models\OrangePill $orangePill - * @return void */ public function forceDeleted(OrangePill $orangePill): void { diff --git a/app/Policies/BasePolicy.php b/app/Policies/BasePolicy.php index 32e3d478..345364ca 100644 --- a/app/Policies/BasePolicy.php +++ b/app/Policies/BasePolicy.php @@ -9,8 +9,6 @@ class BasePolicy /** * Perform pre-authorization checks. * - * @param \App\Models\User $user - * @param string $ability * @return void|bool */ public function before(User $user, string $ability) diff --git a/app/Policies/BitcoinEventPolicy.php b/app/Policies/BitcoinEventPolicy.php index b1f223f2..c232a839 100644 --- a/app/Policies/BitcoinEventPolicy.php +++ b/app/Policies/BitcoinEventPolicy.php @@ -13,7 +13,6 @@ class BitcoinEventPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class BitcoinEventPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\BitcoinEvent $bitcoinEvent * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, BitcoinEvent $bitcoinEvent): bool @@ -36,7 +33,6 @@ class BitcoinEventPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class BitcoinEventPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\BitcoinEvent $bitcoinEvent * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, BitcoinEvent $bitcoinEvent): bool @@ -59,8 +53,6 @@ class BitcoinEventPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\BitcoinEvent $bitcoinEvent * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, BitcoinEvent $bitcoinEvent): bool @@ -71,8 +63,6 @@ class BitcoinEventPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\BitcoinEvent $bitcoinEvent * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, BitcoinEvent $bitcoinEvent): bool @@ -83,8 +73,6 @@ class BitcoinEventPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\BitcoinEvent $bitcoinEvent * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, BitcoinEvent $bitcoinEvent): bool diff --git a/app/Policies/BookCasePolicy.php b/app/Policies/BookCasePolicy.php index 036ffe5a..5528b7da 100644 --- a/app/Policies/BookCasePolicy.php +++ b/app/Policies/BookCasePolicy.php @@ -13,7 +13,6 @@ class BookCasePolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class BookCasePolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\BookCase $bookCase * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, BookCase $bookCase): bool @@ -36,7 +33,6 @@ class BookCasePolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class BookCasePolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\BookCase $bookCase * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, BookCase $bookCase): bool @@ -59,8 +53,6 @@ class BookCasePolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\BookCase $bookCase * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, BookCase $bookCase): bool @@ -71,8 +63,6 @@ class BookCasePolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\BookCase $bookCase * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, BookCase $bookCase): bool @@ -83,8 +73,6 @@ class BookCasePolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\BookCase $bookCase * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, BookCase $bookCase): bool diff --git a/app/Policies/CategoryPolicy.php b/app/Policies/CategoryPolicy.php index e1f526fa..a4d4f688 100644 --- a/app/Policies/CategoryPolicy.php +++ b/app/Policies/CategoryPolicy.php @@ -13,7 +13,6 @@ class CategoryPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class CategoryPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\Category $category * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, Category $category): bool @@ -36,7 +33,6 @@ class CategoryPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class CategoryPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\Category $category * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, Category $category): bool @@ -59,8 +53,6 @@ class CategoryPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Category $category * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, Category $category): bool @@ -71,8 +63,6 @@ class CategoryPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\Category $category * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, Category $category): bool @@ -83,8 +73,6 @@ class CategoryPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Category $category * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, Category $category): bool diff --git a/app/Policies/CityPolicy.php b/app/Policies/CityPolicy.php index 1b73153f..6ea0952b 100644 --- a/app/Policies/CityPolicy.php +++ b/app/Policies/CityPolicy.php @@ -13,7 +13,6 @@ class CityPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class CityPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\City $city * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, City $city): bool @@ -36,7 +33,6 @@ class CityPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class CityPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\City $city * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, City $city): bool @@ -59,8 +53,6 @@ class CityPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\City $city * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, City $city): bool @@ -71,8 +63,6 @@ class CityPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\City $city * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, City $city): bool @@ -83,8 +73,6 @@ class CityPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\City $city * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, City $city): bool diff --git a/app/Policies/CountryPolicy.php b/app/Policies/CountryPolicy.php index 3ffd459b..58f16d35 100644 --- a/app/Policies/CountryPolicy.php +++ b/app/Policies/CountryPolicy.php @@ -13,7 +13,6 @@ class CountryPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class CountryPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\Country $country * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, Country $country): bool @@ -36,7 +33,6 @@ class CountryPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class CountryPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\Country $country * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, Country $country): bool @@ -59,8 +53,6 @@ class CountryPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Country $country * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, Country $country): bool @@ -71,8 +63,6 @@ class CountryPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\Country $country * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, Country $country): bool @@ -83,8 +73,6 @@ class CountryPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Country $country * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, Country $country): bool diff --git a/app/Policies/CourseEventPolicy.php b/app/Policies/CourseEventPolicy.php index fea04ec8..7f68e3b5 100644 --- a/app/Policies/CourseEventPolicy.php +++ b/app/Policies/CourseEventPolicy.php @@ -13,7 +13,6 @@ class CourseEventPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class CourseEventPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\CourseEvent $courseEvent * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, CourseEvent $courseEvent): bool @@ -36,7 +33,6 @@ class CourseEventPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class CourseEventPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\CourseEvent $courseEvent * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, CourseEvent $courseEvent): bool @@ -59,8 +53,6 @@ class CourseEventPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\CourseEvent $courseEvent * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, CourseEvent $courseEvent): bool @@ -71,8 +63,6 @@ class CourseEventPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\CourseEvent $courseEvent * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, CourseEvent $courseEvent): bool @@ -83,8 +73,6 @@ class CourseEventPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\CourseEvent $courseEvent * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, CourseEvent $courseEvent): bool diff --git a/app/Policies/CoursePolicy.php b/app/Policies/CoursePolicy.php index 72515f7b..02a8d943 100644 --- a/app/Policies/CoursePolicy.php +++ b/app/Policies/CoursePolicy.php @@ -13,7 +13,6 @@ class CoursePolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class CoursePolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\Course $course * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, Course $course): bool @@ -36,7 +33,6 @@ class CoursePolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class CoursePolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\Course $course * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, Course $course): bool @@ -59,8 +53,6 @@ class CoursePolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Course $course * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, Course $course): bool @@ -71,8 +63,6 @@ class CoursePolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\Course $course * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, Course $course): bool @@ -83,8 +73,6 @@ class CoursePolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Course $course * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, Course $course): bool diff --git a/app/Policies/EpisodePolicy.php b/app/Policies/EpisodePolicy.php index 028e1e52..0ad28d6c 100644 --- a/app/Policies/EpisodePolicy.php +++ b/app/Policies/EpisodePolicy.php @@ -13,7 +13,6 @@ class EpisodePolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class EpisodePolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\Episode $episode * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, Episode $episode): bool @@ -36,7 +33,6 @@ class EpisodePolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class EpisodePolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\Episode $episode * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, Episode $episode): bool @@ -59,8 +53,6 @@ class EpisodePolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Episode $episode * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, Episode $episode): bool @@ -71,8 +63,6 @@ class EpisodePolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\Episode $episode * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, Episode $episode): bool @@ -83,8 +73,6 @@ class EpisodePolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Episode $episode * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, Episode $episode): bool diff --git a/app/Policies/LecturerPolicy.php b/app/Policies/LecturerPolicy.php index 3e982e30..dac4ff12 100644 --- a/app/Policies/LecturerPolicy.php +++ b/app/Policies/LecturerPolicy.php @@ -13,7 +13,6 @@ class LecturerPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class LecturerPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\Lecturer $lecturer * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, Lecturer $lecturer): bool @@ -36,7 +33,6 @@ class LecturerPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class LecturerPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\Lecturer $lecturer * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, Lecturer $lecturer): bool @@ -59,8 +53,6 @@ class LecturerPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Lecturer $lecturer * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, Lecturer $lecturer): bool @@ -71,8 +63,6 @@ class LecturerPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\Lecturer $lecturer * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, Lecturer $lecturer): bool @@ -83,8 +73,6 @@ class LecturerPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Lecturer $lecturer * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, Lecturer $lecturer): bool diff --git a/app/Policies/LibraryItemPolicy.php b/app/Policies/LibraryItemPolicy.php index 508b8fdb..7ea56e97 100644 --- a/app/Policies/LibraryItemPolicy.php +++ b/app/Policies/LibraryItemPolicy.php @@ -13,7 +13,6 @@ class LibraryItemPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class LibraryItemPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\LibraryItem $libraryItem * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, LibraryItem $libraryItem): bool @@ -36,7 +33,6 @@ class LibraryItemPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class LibraryItemPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\LibraryItem $libraryItem * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, LibraryItem $libraryItem): bool @@ -59,8 +53,6 @@ class LibraryItemPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\LibraryItem $libraryItem * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, LibraryItem $libraryItem): bool @@ -71,8 +63,6 @@ class LibraryItemPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\LibraryItem $libraryItem * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, LibraryItem $libraryItem): bool @@ -83,8 +73,6 @@ class LibraryItemPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\LibraryItem $libraryItem * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, LibraryItem $libraryItem): bool diff --git a/app/Policies/LibraryPolicy.php b/app/Policies/LibraryPolicy.php index b9590d8c..fc49ebad 100644 --- a/app/Policies/LibraryPolicy.php +++ b/app/Policies/LibraryPolicy.php @@ -13,7 +13,6 @@ class LibraryPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class LibraryPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\Library $library * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, Library $library): bool @@ -36,7 +33,6 @@ class LibraryPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -49,8 +45,6 @@ class LibraryPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\Library $library * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, Library $library): bool @@ -61,8 +55,6 @@ class LibraryPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Library $library * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, Library $library): bool @@ -73,8 +65,6 @@ class LibraryPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\Library $library * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, Library $library): bool @@ -85,8 +75,6 @@ class LibraryPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Library $library * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, Library $library): bool diff --git a/app/Policies/MeetupEventPolicy.php b/app/Policies/MeetupEventPolicy.php index b088de89..4ffe0b35 100644 --- a/app/Policies/MeetupEventPolicy.php +++ b/app/Policies/MeetupEventPolicy.php @@ -13,7 +13,6 @@ class MeetupEventPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class MeetupEventPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\MeetupEvent $meetupEvent * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, MeetupEvent $meetupEvent): bool @@ -36,7 +33,6 @@ class MeetupEventPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class MeetupEventPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\MeetupEvent $meetupEvent * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, MeetupEvent $meetupEvent): bool @@ -59,8 +53,6 @@ class MeetupEventPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\MeetupEvent $meetupEvent * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, MeetupEvent $meetupEvent): bool @@ -71,8 +63,6 @@ class MeetupEventPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\MeetupEvent $meetupEvent * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, MeetupEvent $meetupEvent): bool @@ -83,8 +73,6 @@ class MeetupEventPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\MeetupEvent $meetupEvent * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, MeetupEvent $meetupEvent): bool diff --git a/app/Policies/MeetupPolicy.php b/app/Policies/MeetupPolicy.php index a3c733d5..e5e7ee8c 100644 --- a/app/Policies/MeetupPolicy.php +++ b/app/Policies/MeetupPolicy.php @@ -13,7 +13,6 @@ class MeetupPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class MeetupPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\Meetup $meetup * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, Meetup $meetup): bool @@ -36,7 +33,6 @@ class MeetupPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class MeetupPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\Meetup $meetup * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, Meetup $meetup): bool @@ -59,8 +53,6 @@ class MeetupPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Meetup $meetup * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, Meetup $meetup): bool @@ -71,8 +63,6 @@ class MeetupPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\Meetup $meetup * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, Meetup $meetup): bool @@ -83,8 +73,6 @@ class MeetupPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Meetup $meetup * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, Meetup $meetup): bool diff --git a/app/Policies/OrangePillPolicy.php b/app/Policies/OrangePillPolicy.php index aa471121..d238e1f9 100644 --- a/app/Policies/OrangePillPolicy.php +++ b/app/Policies/OrangePillPolicy.php @@ -13,7 +13,6 @@ class OrangePillPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class OrangePillPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\OrangePill $orangePill * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, OrangePill $orangePill): bool @@ -36,7 +33,6 @@ class OrangePillPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class OrangePillPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\OrangePill $orangePill * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, OrangePill $orangePill): bool @@ -59,8 +53,6 @@ class OrangePillPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\OrangePill $orangePill * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, OrangePill $orangePill): bool @@ -71,8 +63,6 @@ class OrangePillPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\OrangePill $orangePill * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, OrangePill $orangePill): bool @@ -83,8 +73,6 @@ class OrangePillPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\OrangePill $orangePill * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, OrangePill $orangePill): bool diff --git a/app/Policies/ParticipantPolicy.php b/app/Policies/ParticipantPolicy.php index 9babadb1..6e49574c 100644 --- a/app/Policies/ParticipantPolicy.php +++ b/app/Policies/ParticipantPolicy.php @@ -13,7 +13,6 @@ class ParticipantPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class ParticipantPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\Participant $participant * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, Participant $participant): bool @@ -42,7 +39,6 @@ class ParticipantPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -53,8 +49,6 @@ class ParticipantPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\Participant $participant * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, Participant $participant): bool @@ -65,8 +59,6 @@ class ParticipantPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Participant $participant * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, Participant $participant): bool @@ -77,8 +69,6 @@ class ParticipantPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\Participant $participant * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, Participant $participant): bool @@ -89,8 +79,6 @@ class ParticipantPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Participant $participant * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, Participant $participant): bool diff --git a/app/Policies/PermissionPolicy.php b/app/Policies/PermissionPolicy.php index 536ed071..987c7d73 100644 --- a/app/Policies/PermissionPolicy.php +++ b/app/Policies/PermissionPolicy.php @@ -13,7 +13,6 @@ class PermissionPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class PermissionPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \Spatie\Permission\Models\Permission $permission * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, Permission $permission): bool @@ -36,7 +33,6 @@ class PermissionPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class PermissionPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \Spatie\Permission\Models\Permission $permission * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, Permission $permission): bool @@ -59,8 +53,6 @@ class PermissionPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \Spatie\Permission\Models\Permission $permission * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, Permission $permission): bool @@ -71,8 +63,6 @@ class PermissionPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \Spatie\Permission\Models\Permission $permission * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, Permission $permission): bool @@ -83,8 +73,6 @@ class PermissionPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \Spatie\Permission\Models\Permission $permission * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, Permission $permission): bool diff --git a/app/Policies/PodcastPolicy.php b/app/Policies/PodcastPolicy.php index 60c3d673..adde2904 100644 --- a/app/Policies/PodcastPolicy.php +++ b/app/Policies/PodcastPolicy.php @@ -13,7 +13,6 @@ class PodcastPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class PodcastPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\Podcast $podcast * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, Podcast $podcast): bool @@ -36,7 +33,6 @@ class PodcastPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class PodcastPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\Podcast $podcast * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, Podcast $podcast): bool @@ -59,8 +53,6 @@ class PodcastPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Podcast $podcast * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, Podcast $podcast): bool @@ -71,8 +63,6 @@ class PodcastPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\Podcast $podcast * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, Podcast $podcast): bool @@ -83,8 +73,6 @@ class PodcastPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Podcast $podcast * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, Podcast $podcast): bool diff --git a/app/Policies/RegistrationPolicy.php b/app/Policies/RegistrationPolicy.php index 8bf85240..30e89b58 100644 --- a/app/Policies/RegistrationPolicy.php +++ b/app/Policies/RegistrationPolicy.php @@ -13,7 +13,6 @@ class RegistrationPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class RegistrationPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\Registration $registration * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, Registration $registration): bool @@ -38,7 +35,6 @@ class RegistrationPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -49,8 +45,6 @@ class RegistrationPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\Registration $registration * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, Registration $registration): bool @@ -61,8 +55,6 @@ class RegistrationPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Registration $registration * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, Registration $registration): bool @@ -73,8 +65,6 @@ class RegistrationPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\Registration $registration * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, Registration $registration): bool @@ -85,8 +75,6 @@ class RegistrationPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Registration $registration * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, Registration $registration): bool diff --git a/app/Policies/RolePolicy.php b/app/Policies/RolePolicy.php index 8227ee46..7eedb08d 100644 --- a/app/Policies/RolePolicy.php +++ b/app/Policies/RolePolicy.php @@ -13,7 +13,6 @@ class RolePolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class RolePolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \Spatie\Permission\Models\Role $role * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, Role $role): bool @@ -36,7 +33,6 @@ class RolePolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class RolePolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \Spatie\Permission\Models\Role $role * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, Role $role): bool @@ -59,8 +53,6 @@ class RolePolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \Spatie\Permission\Models\Role $role * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, Role $role): bool @@ -71,8 +63,6 @@ class RolePolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \Spatie\Permission\Models\Role $role * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, Role $role): bool @@ -83,8 +73,6 @@ class RolePolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \Spatie\Permission\Models\Role $role * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, Role $role): bool diff --git a/app/Policies/TeamPolicy.php b/app/Policies/TeamPolicy.php index f0e9a76b..172628fc 100644 --- a/app/Policies/TeamPolicy.php +++ b/app/Policies/TeamPolicy.php @@ -12,9 +12,6 @@ class TeamPolicy extends BasePolicy /** * Determine whether the user can view any models. - * - * @param \App\Models\User $user - * @return mixed */ public function viewAny(User $user): bool { @@ -23,10 +20,6 @@ class TeamPolicy extends BasePolicy /** * Determine whether the user can view the model. - * - * @param \App\Models\User $user - * @param \App\Models\Team $team - * @return mixed */ public function view(User $user, Team $team): bool { @@ -35,9 +28,6 @@ class TeamPolicy extends BasePolicy /** * Determine whether the user can create models. - * - * @param \App\Models\User $user - * @return mixed */ public function create(User $user): bool { @@ -46,10 +36,6 @@ class TeamPolicy extends BasePolicy /** * Determine whether the user can update the model. - * - * @param \App\Models\User $user - * @param \App\Models\Team $team - * @return mixed */ public function update(User $user, Team $team): bool { @@ -59,8 +45,6 @@ class TeamPolicy extends BasePolicy /** * Determine whether the user can add team members. * - * @param \App\Models\User $user - * @param \App\Models\Team $team * @return mixed */ public function addTeamMember(User $user, Team $team) @@ -71,8 +55,6 @@ class TeamPolicy extends BasePolicy /** * Determine whether the user can update team member permissions. * - * @param \App\Models\User $user - * @param \App\Models\Team $team * @return mixed */ public function updateTeamMember(User $user, Team $team) @@ -83,8 +65,6 @@ class TeamPolicy extends BasePolicy /** * Determine whether the user can remove team members. * - * @param \App\Models\User $user - * @param \App\Models\Team $team * @return mixed */ public function removeTeamMember(User $user, Team $team) @@ -94,10 +74,6 @@ class TeamPolicy extends BasePolicy /** * Determine whether the user can delete the model. - * - * @param \App\Models\User $user - * @param \App\Models\Team $team - * @return mixed */ public function delete(User $user, Team $team): bool { diff --git a/app/Policies/UserPolicy.php b/app/Policies/UserPolicy.php index ecd22e67..e4f4b812 100644 --- a/app/Policies/UserPolicy.php +++ b/app/Policies/UserPolicy.php @@ -12,7 +12,6 @@ class UserPolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -23,8 +22,6 @@ class UserPolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\User $model * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, User $model): bool @@ -35,7 +32,6 @@ class UserPolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -46,8 +42,6 @@ class UserPolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\User $model * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, User $model): bool @@ -58,8 +52,6 @@ class UserPolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\User $model * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, User $model): bool @@ -70,8 +62,6 @@ class UserPolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\User $model * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, User $model): bool @@ -82,8 +72,6 @@ class UserPolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\User $model * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, User $model): bool diff --git a/app/Policies/VenuePolicy.php b/app/Policies/VenuePolicy.php index b1fee005..9263dbcf 100644 --- a/app/Policies/VenuePolicy.php +++ b/app/Policies/VenuePolicy.php @@ -13,7 +13,6 @@ class VenuePolicy extends BasePolicy /** * Determine whether the user can view any models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function viewAny(User $user): bool @@ -24,8 +23,6 @@ class VenuePolicy extends BasePolicy /** * Determine whether the user can view the model. * - * @param \App\Models\User $user - * @param \App\Models\Venue $venue * @return \Illuminate\Auth\Access\Response|bool */ public function view(User $user, Venue $venue): bool @@ -36,7 +33,6 @@ class VenuePolicy extends BasePolicy /** * Determine whether the user can create models. * - * @param \App\Models\User $user * @return \Illuminate\Auth\Access\Response|bool */ public function create(User $user): bool @@ -47,8 +43,6 @@ class VenuePolicy extends BasePolicy /** * Determine whether the user can update the model. * - * @param \App\Models\User $user - * @param \App\Models\Venue $venue * @return \Illuminate\Auth\Access\Response|bool */ public function update(User $user, Venue $venue): bool @@ -59,8 +53,6 @@ class VenuePolicy extends BasePolicy /** * Determine whether the user can delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Venue $venue * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, Venue $venue): bool @@ -71,8 +63,6 @@ class VenuePolicy extends BasePolicy /** * Determine whether the user can restore the model. * - * @param \App\Models\User $user - * @param \App\Models\Venue $venue * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, Venue $venue): bool @@ -83,8 +73,6 @@ class VenuePolicy extends BasePolicy /** * Determine whether the user can permanently delete the model. * - * @param \App\Models\User $user - * @param \App\Models\Venue $venue * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, Venue $venue): bool diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index 3d631a34..9071adb7 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -14,8 +14,6 @@ class AppServiceProvider extends ServiceProvider { /** * Register any application services. - * - * @return void */ public function register(): void { @@ -26,8 +24,6 @@ class AppServiceProvider extends ServiceProvider /** * Bootstrap any application services. - * - * @return void */ public function boot(): void { diff --git a/app/Providers/AuthServiceProvider.php b/app/Providers/AuthServiceProvider.php index bfbcb2bf..7b97d41d 100644 --- a/app/Providers/AuthServiceProvider.php +++ b/app/Providers/AuthServiceProvider.php @@ -25,8 +25,6 @@ class AuthServiceProvider extends ServiceProvider /** * Register any authentication / authorization services. - * - * @return void */ public function boot(): void { diff --git a/app/Providers/EventServiceProvider.php b/app/Providers/EventServiceProvider.php index 23912d67..8ae40484 100644 --- a/app/Providers/EventServiceProvider.php +++ b/app/Providers/EventServiceProvider.php @@ -40,8 +40,6 @@ class EventServiceProvider extends ServiceProvider /** * Register any events for your application. - * - * @return void */ public function boot(): void { @@ -56,8 +54,6 @@ class EventServiceProvider extends ServiceProvider /** * Determine if events and listeners should be automatically discovered. - * - * @return bool */ public function shouldDiscoverEvents(): bool { diff --git a/app/Providers/FortifyServiceProvider.php b/app/Providers/FortifyServiceProvider.php index bd3e0cb2..66ed21a2 100644 --- a/app/Providers/FortifyServiceProvider.php +++ b/app/Providers/FortifyServiceProvider.php @@ -16,8 +16,6 @@ class FortifyServiceProvider extends ServiceProvider { /** * Register any application services. - * - * @return void */ public function register(): void { @@ -26,8 +24,6 @@ class FortifyServiceProvider extends ServiceProvider /** * Bootstrap any application services. - * - * @return void */ public function boot(): void { diff --git a/app/Providers/JetstreamServiceProvider.php b/app/Providers/JetstreamServiceProvider.php index ec4e3784..b767d69f 100644 --- a/app/Providers/JetstreamServiceProvider.php +++ b/app/Providers/JetstreamServiceProvider.php @@ -20,8 +20,6 @@ class JetstreamServiceProvider extends ServiceProvider { /** * Register any application services. - * - * @return void */ public function register(): void { @@ -30,8 +28,6 @@ class JetstreamServiceProvider extends ServiceProvider /** * Bootstrap any application services. - * - * @return void */ public function boot(): void { @@ -59,8 +55,6 @@ class JetstreamServiceProvider extends ServiceProvider /** * Configure the roles and permissions that are available within the application. - * - * @return void */ protected function configurePermissions(): void { diff --git a/app/Providers/NovaServiceProvider.php b/app/Providers/NovaServiceProvider.php index d103ce03..5ce7d3e0 100644 --- a/app/Providers/NovaServiceProvider.php +++ b/app/Providers/NovaServiceProvider.php @@ -36,8 +36,6 @@ class NovaServiceProvider extends NovaApplicationServiceProvider { /** * Bootstrap any application services. - * - * @return void */ public function boot(): void { @@ -169,8 +167,6 @@ class NovaServiceProvider extends NovaApplicationServiceProvider /** * Get the tools that should be listed in the Nova sidebar. - * - * @return array */ public function tools(): array { @@ -181,8 +177,6 @@ class NovaServiceProvider extends NovaApplicationServiceProvider /** * Register the Nova routes. - * - * @return void */ protected function routes(): void { @@ -194,8 +188,6 @@ class NovaServiceProvider extends NovaApplicationServiceProvider /** * Register any application services. - * - * @return void */ public function register(): void { @@ -205,8 +197,6 @@ class NovaServiceProvider extends NovaApplicationServiceProvider /** * Register the Nova gate. * This gate determines who can access Nova in non-local environments. - * - * @return void */ protected function gate(): void { @@ -217,8 +207,6 @@ class NovaServiceProvider extends NovaApplicationServiceProvider /** * Get the dashboards that should be listed in the Nova sidebar. - * - * @return array */ protected function dashboards(): array { diff --git a/app/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php index 51286767..c316d62c 100644 --- a/app/Providers/RouteServiceProvider.php +++ b/app/Providers/RouteServiceProvider.php @@ -20,8 +20,6 @@ class RouteServiceProvider extends ServiceProvider /** * Define your route model bindings, pattern filters, and other route configuration. - * - * @return void */ public function boot(): void { @@ -39,8 +37,6 @@ class RouteServiceProvider extends ServiceProvider /** * Configure the rate limiters for the application. - * - * @return void */ protected function configureRateLimiting(): void { diff --git a/app/View/Components/AppLayout.php b/app/View/Components/AppLayout.php index 8314e8eb..77dfb0ed 100644 --- a/app/View/Components/AppLayout.php +++ b/app/View/Components/AppLayout.php @@ -9,8 +9,6 @@ class AppLayout extends Component { /** * Get the view / contents that represents the component. - * - * @return \Illuminate\View\View */ public function render(): View { diff --git a/app/View/Components/GuestLayout.php b/app/View/Components/GuestLayout.php index ec01ceb6..87c9a867 100644 --- a/app/View/Components/GuestLayout.php +++ b/app/View/Components/GuestLayout.php @@ -9,8 +9,6 @@ class GuestLayout extends Component { /** * Get the view / contents that represents the component. - * - * @return \Illuminate\View\View */ public function render(): View { diff --git a/database/factories/BitcoinEventFactory.php b/database/factories/BitcoinEventFactory.php index 5d84e561..e9a41139 100644 --- a/database/factories/BitcoinEventFactory.php +++ b/database/factories/BitcoinEventFactory.php @@ -10,8 +10,6 @@ class BitcoinEventFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/BookCaseFactory.php b/database/factories/BookCaseFactory.php index 6e62f71c..e61d4b9e 100644 --- a/database/factories/BookCaseFactory.php +++ b/database/factories/BookCaseFactory.php @@ -9,8 +9,6 @@ class BookCaseFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/CategoryFactory.php b/database/factories/CategoryFactory.php index 5e9cc00b..f759a055 100644 --- a/database/factories/CategoryFactory.php +++ b/database/factories/CategoryFactory.php @@ -9,8 +9,6 @@ class CategoryFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/CityFactory.php b/database/factories/CityFactory.php index 70d8f7aa..171f03e3 100644 --- a/database/factories/CityFactory.php +++ b/database/factories/CityFactory.php @@ -10,8 +10,6 @@ class CityFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/CountryFactory.php b/database/factories/CountryFactory.php index 83691b2e..1c9d06a4 100644 --- a/database/factories/CountryFactory.php +++ b/database/factories/CountryFactory.php @@ -9,8 +9,6 @@ class CountryFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/CourseFactory.php b/database/factories/CourseFactory.php index 69b2a769..b432d9e5 100644 --- a/database/factories/CourseFactory.php +++ b/database/factories/CourseFactory.php @@ -10,8 +10,6 @@ class CourseFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/EpisodeFactory.php b/database/factories/EpisodeFactory.php index 4047d8a8..155d2549 100644 --- a/database/factories/EpisodeFactory.php +++ b/database/factories/EpisodeFactory.php @@ -10,8 +10,6 @@ class EpisodeFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/EventFactory.php b/database/factories/EventFactory.php index ae324e93..2ababe55 100644 --- a/database/factories/EventFactory.php +++ b/database/factories/EventFactory.php @@ -18,8 +18,6 @@ class EventFactory extends Factory /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/LecturerFactory.php b/database/factories/LecturerFactory.php index f08d7644..d28b3374 100644 --- a/database/factories/LecturerFactory.php +++ b/database/factories/LecturerFactory.php @@ -10,8 +10,6 @@ class LecturerFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/LibraryFactory.php b/database/factories/LibraryFactory.php index 1858bd9f..5f994d6c 100644 --- a/database/factories/LibraryFactory.php +++ b/database/factories/LibraryFactory.php @@ -9,8 +9,6 @@ class LibraryFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/LibraryItemsFactory.php b/database/factories/LibraryItemsFactory.php index 760da750..253c5356 100644 --- a/database/factories/LibraryItemsFactory.php +++ b/database/factories/LibraryItemsFactory.php @@ -18,8 +18,6 @@ class LibraryItemsFactory extends Factory /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/MeetupEventFactory.php b/database/factories/MeetupEventFactory.php index 45a224f4..e3f994d6 100644 --- a/database/factories/MeetupEventFactory.php +++ b/database/factories/MeetupEventFactory.php @@ -10,8 +10,6 @@ class MeetupEventFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/MeetupFactory.php b/database/factories/MeetupFactory.php index 11ab9c6e..9d9d34c2 100644 --- a/database/factories/MeetupFactory.php +++ b/database/factories/MeetupFactory.php @@ -10,8 +10,6 @@ class MeetupFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/OrangePillFactory.php b/database/factories/OrangePillFactory.php index 693d2ad4..ca9846cc 100644 --- a/database/factories/OrangePillFactory.php +++ b/database/factories/OrangePillFactory.php @@ -11,8 +11,6 @@ class OrangePillFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/ParticipantFactory.php b/database/factories/ParticipantFactory.php index 621fa735..4085dccc 100644 --- a/database/factories/ParticipantFactory.php +++ b/database/factories/ParticipantFactory.php @@ -9,8 +9,6 @@ class ParticipantFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/PodcastFactory.php b/database/factories/PodcastFactory.php index 6b831c5d..6d8e9494 100644 --- a/database/factories/PodcastFactory.php +++ b/database/factories/PodcastFactory.php @@ -9,8 +9,6 @@ class PodcastFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/RegistrationFactory.php b/database/factories/RegistrationFactory.php index 147939cd..3b27e4b1 100644 --- a/database/factories/RegistrationFactory.php +++ b/database/factories/RegistrationFactory.php @@ -11,8 +11,6 @@ class RegistrationFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/TeamFactory.php b/database/factories/TeamFactory.php index 3804922e..bea71b1d 100644 --- a/database/factories/TeamFactory.php +++ b/database/factories/TeamFactory.php @@ -10,8 +10,6 @@ class TeamFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/factories/UserFactory.php b/database/factories/UserFactory.php index bb9a5535..b6c7c4a9 100644 --- a/database/factories/UserFactory.php +++ b/database/factories/UserFactory.php @@ -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 { diff --git a/database/factories/VenueFactory.php b/database/factories/VenueFactory.php index ea2a62b7..4a28fe7a 100644 --- a/database/factories/VenueFactory.php +++ b/database/factories/VenueFactory.php @@ -10,8 +10,6 @@ class VenueFactory extends Factory { /** * Define the model's default state. - * - * @return array */ public function definition(): array { diff --git a/database/migrations/2014_10_12_000000_create_users_table.php b/database/migrations/2014_10_12_000000_create_users_table.php index c26e45ee..5daa2b95 100644 --- a/database/migrations/2014_10_12_000000_create_users_table.php +++ b/database/migrations/2014_10_12_000000_create_users_table.php @@ -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 { diff --git a/database/migrations/2014_10_12_100000_create_password_resets_table.php b/database/migrations/2014_10_12_100000_create_password_resets_table.php index b4d45de2..4f42fe69 100644 --- a/database/migrations/2014_10_12_100000_create_password_resets_table.php +++ b/database/migrations/2014_10_12_100000_create_password_resets_table.php @@ -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 { diff --git a/database/migrations/2014_10_12_200000_add_two_factor_columns_to_users_table.php b/database/migrations/2014_10_12_200000_add_two_factor_columns_to_users_table.php index 33d64394..5cc9f78b 100644 --- a/database/migrations/2014_10_12_200000_add_two_factor_columns_to_users_table.php +++ b/database/migrations/2014_10_12_200000_add_two_factor_columns_to_users_table.php @@ -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 { diff --git a/database/migrations/2018_08_29_200844_create_languages_table.php b/database/migrations/2018_08_29_200844_create_languages_table.php index 16447d9c..f313da70 100644 --- a/database/migrations/2018_08_29_200844_create_languages_table.php +++ b/database/migrations/2018_08_29_200844_create_languages_table.php @@ -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 { diff --git a/database/migrations/2018_08_29_205156_create_translations_table.php b/database/migrations/2018_08_29_205156_create_translations_table.php index c72fc996..ac4f24f7 100644 --- a/database/migrations/2018_08_29_205156_create_translations_table.php +++ b/database/migrations/2018_08_29_205156_create_translations_table.php @@ -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 { diff --git a/database/migrations/2019_08_19_000000_create_failed_jobs_table.php b/database/migrations/2019_08_19_000000_create_failed_jobs_table.php index db96e7df..249da817 100644 --- a/database/migrations/2019_08_19_000000_create_failed_jobs_table.php +++ b/database/migrations/2019_08_19_000000_create_failed_jobs_table.php @@ -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 { diff --git a/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php b/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php index f5730b1f..e828ad81 100644 --- a/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php +++ b/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php @@ -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 { diff --git a/database/migrations/2020_05_21_100000_create_teams_table.php b/database/migrations/2020_05_21_100000_create_teams_table.php index 78711589..3e1b8bab 100644 --- a/database/migrations/2020_05_21_100000_create_teams_table.php +++ b/database/migrations/2020_05_21_100000_create_teams_table.php @@ -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 { diff --git a/database/migrations/2020_05_21_200000_create_team_user_table.php b/database/migrations/2020_05_21_200000_create_team_user_table.php index a2114d63..3e278763 100644 --- a/database/migrations/2020_05_21_200000_create_team_user_table.php +++ b/database/migrations/2020_05_21_200000_create_team_user_table.php @@ -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 { diff --git a/database/migrations/2020_05_21_300000_create_permission_tables.php b/database/migrations/2020_05_21_300000_create_permission_tables.php index 73bd6a2f..76c6e007 100644 --- a/database/migrations/2020_05_21_300000_create_permission_tables.php +++ b/database/migrations/2020_05_21_300000_create_permission_tables.php @@ -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 { diff --git a/database/migrations/2020_05_21_300000_create_team_invitations_table.php b/database/migrations/2020_05_21_300000_create_team_invitations_table.php index cfc3d983..d59cd113 100644 --- a/database/migrations/2020_05_21_300000_create_team_invitations_table.php +++ b/database/migrations/2020_05_21_300000_create_team_invitations_table.php @@ -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 { diff --git a/database/migrations/2022_12_01_145948_create_countries_table.php b/database/migrations/2022_12_01_145948_create_countries_table.php index c413d89d..5a063845 100644 --- a/database/migrations/2022_12_01_145948_create_countries_table.php +++ b/database/migrations/2022_12_01_145948_create_countries_table.php @@ -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 { diff --git a/database/migrations/2022_12_01_145949_create_cities_table.php b/database/migrations/2022_12_01_145949_create_cities_table.php index 55b2d8ae..bef706a8 100644 --- a/database/migrations/2022_12_01_145949_create_cities_table.php +++ b/database/migrations/2022_12_01_145949_create_cities_table.php @@ -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 { diff --git a/database/migrations/2022_12_01_145950_create_lecturers_table.php b/database/migrations/2022_12_01_145950_create_lecturers_table.php index d735f23a..26a9f51c 100644 --- a/database/migrations/2022_12_01_145950_create_lecturers_table.php +++ b/database/migrations/2022_12_01_145950_create_lecturers_table.php @@ -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 { diff --git a/database/migrations/2022_12_01_145951_create_participants_table.php b/database/migrations/2022_12_01_145951_create_participants_table.php index a2e253c0..9e9b4afc 100644 --- a/database/migrations/2022_12_01_145951_create_participants_table.php +++ b/database/migrations/2022_12_01_145951_create_participants_table.php @@ -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 { diff --git a/database/migrations/2022_12_01_145952_create_categories_table.php b/database/migrations/2022_12_01_145952_create_categories_table.php index cd01ed0b..7050ef11 100644 --- a/database/migrations/2022_12_01_145952_create_categories_table.php +++ b/database/migrations/2022_12_01_145952_create_categories_table.php @@ -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 { diff --git a/database/migrations/2022_12_01_145953_create_courses_table.php b/database/migrations/2022_12_01_145953_create_courses_table.php index 76d25115..aee6a89f 100644 --- a/database/migrations/2022_12_01_145953_create_courses_table.php +++ b/database/migrations/2022_12_01_145953_create_courses_table.php @@ -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 { diff --git a/database/migrations/2022_12_01_145954_create_venues_table.php b/database/migrations/2022_12_01_145954_create_venues_table.php index 7591cbd3..e581665d 100644 --- a/database/migrations/2022_12_01_145954_create_venues_table.php +++ b/database/migrations/2022_12_01_145954_create_venues_table.php @@ -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 { diff --git a/database/migrations/2022_12_01_145955_create_course_events_table.php b/database/migrations/2022_12_01_145955_create_course_events_table.php index 01e7a397..29a33b43 100644 --- a/database/migrations/2022_12_01_145955_create_course_events_table.php +++ b/database/migrations/2022_12_01_145955_create_course_events_table.php @@ -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 { diff --git a/database/migrations/2022_12_01_145956_create_registrations_table.php b/database/migrations/2022_12_01_145956_create_registrations_table.php index b7da529d..6ac3fd5e 100644 --- a/database/migrations/2022_12_01_145956_create_registrations_table.php +++ b/database/migrations/2022_12_01_145956_create_registrations_table.php @@ -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 { diff --git a/database/migrations/2022_12_01_145957_create_category_course_table.php b/database/migrations/2022_12_01_145957_create_category_course_table.php index a1b09446..a35a1d1f 100644 --- a/database/migrations/2022_12_01_145957_create_category_course_table.php +++ b/database/migrations/2022_12_01_145957_create_category_course_table.php @@ -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 { diff --git a/database/migrations/2022_12_01_180529_create_login_keys_table.php b/database/migrations/2022_12_01_180529_create_login_keys_table.php index f0af26ab..7f9e7532 100644 --- a/database/migrations/2022_12_01_180529_create_login_keys_table.php +++ b/database/migrations/2022_12_01_180529_create_login_keys_table.php @@ -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 { diff --git a/database/migrations/2022_12_01_210526_add_geo_fields_to_cities_table.php b/database/migrations/2022_12_01_210526_add_geo_fields_to_cities_table.php index 1ad06e76..921803eb 100644 --- a/database/migrations/2022_12_01_210526_add_geo_fields_to_cities_table.php +++ b/database/migrations/2022_12_01_210526_add_geo_fields_to_cities_table.php @@ -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 { diff --git a/database/migrations/2022_12_02_133043_add_timezone_field_to_users_table.php b/database/migrations/2022_12_02_133043_add_timezone_field_to_users_table.php index 10da9be9..725db3f9 100644 --- a/database/migrations/2022_12_02_133043_add_timezone_field_to_users_table.php +++ b/database/migrations/2022_12_02_133043_add_timezone_field_to_users_table.php @@ -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 { diff --git a/database/migrations/2022_12_02_162000_create_trix_tables.php b/database/migrations/2022_12_02_162000_create_trix_tables.php index 793e6e41..780bf3fc 100644 --- a/database/migrations/2022_12_02_162000_create_trix_tables.php +++ b/database/migrations/2022_12_02_162000_create_trix_tables.php @@ -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 { diff --git a/database/migrations/2022_12_02_162124_add_description_field_to_lecturers_table.php b/database/migrations/2022_12_02_162124_add_description_field_to_lecturers_table.php index 12c55c6b..b1be83aa 100644 --- a/database/migrations/2022_12_02_162124_add_description_field_to_lecturers_table.php +++ b/database/migrations/2022_12_02_162124_add_description_field_to_lecturers_table.php @@ -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 { diff --git a/database/migrations/2022_12_03_180232_add_description_field_to_courses_table.php b/database/migrations/2022_12_03_180232_add_description_field_to_courses_table.php index 36fbbeac..c27c1fc2 100644 --- a/database/migrations/2022_12_03_180232_add_description_field_to_courses_table.php +++ b/database/migrations/2022_12_03_180232_add_description_field_to_courses_table.php @@ -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 { diff --git a/database/migrations/2022_12_03_183452_add_link_field_to_course_events_table.php b/database/migrations/2022_12_03_183452_add_link_field_to_course_events_table.php index b7b64bd9..46438383 100644 --- a/database/migrations/2022_12_03_183452_add_link_field_to_course_events_table.php +++ b/database/migrations/2022_12_03_183452_add_link_field_to_course_events_table.php @@ -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 { diff --git a/database/migrations/2022_12_04_154911_create_podcasts_table.php b/database/migrations/2022_12_04_154911_create_podcasts_table.php index 778ea6c1..bb98f1a4 100644 --- a/database/migrations/2022_12_04_154911_create_podcasts_table.php +++ b/database/migrations/2022_12_04_154911_create_podcasts_table.php @@ -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 { diff --git a/database/migrations/2022_12_04_154912_create_episodes_table.php b/database/migrations/2022_12_04_154912_create_episodes_table.php index 8df37d38..51df01af 100644 --- a/database/migrations/2022_12_04_154912_create_episodes_table.php +++ b/database/migrations/2022_12_04_154912_create_episodes_table.php @@ -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 { diff --git a/database/migrations/2022_12_05_160932_create_libraries_table.php b/database/migrations/2022_12_05_160932_create_libraries_table.php index 0e123577..752e1af0 100644 --- a/database/migrations/2022_12_05_160932_create_libraries_table.php +++ b/database/migrations/2022_12_05_160932_create_libraries_table.php @@ -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 { diff --git a/database/migrations/2022_12_05_160933_create_library_items_table.php b/database/migrations/2022_12_05_160933_create_library_items_table.php index ea5c12b4..78e1b41b 100644 --- a/database/migrations/2022_12_05_160933_create_library_items_table.php +++ b/database/migrations/2022_12_05_160933_create_library_items_table.php @@ -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 { diff --git a/database/migrations/2022_12_05_175957_create_library_library_item_table.php b/database/migrations/2022_12_05_175957_create_library_library_item_table.php index 55871222..40891f54 100644 --- a/database/migrations/2022_12_05_175957_create_library_library_item_table.php +++ b/database/migrations/2022_12_05_175957_create_library_library_item_table.php @@ -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 { diff --git a/database/migrations/2022_12_06_222651_create_book_cases_table.php b/database/migrations/2022_12_06_222651_create_book_cases_table.php index fd62fb25..b20322fe 100644 --- a/database/migrations/2022_12_06_222651_create_book_cases_table.php +++ b/database/migrations/2022_12_06_222651_create_book_cases_table.php @@ -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 { diff --git a/database/migrations/2022_12_07_095709_create_orange_pills_table.php b/database/migrations/2022_12_07_095709_create_orange_pills_table.php index c2e5ef71..13a528bc 100644 --- a/database/migrations/2022_12_07_095709_create_orange_pills_table.php +++ b/database/migrations/2022_12_07_095709_create_orange_pills_table.php @@ -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 { diff --git a/database/migrations/2022_12_12_155928_create_meetups_table.php b/database/migrations/2022_12_12_155928_create_meetups_table.php index 2258444e..ed8a7dc7 100644 --- a/database/migrations/2022_12_12_155928_create_meetups_table.php +++ b/database/migrations/2022_12_12_155928_create_meetups_table.php @@ -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 { diff --git a/database/migrations/2022_12_12_155929_create_meetup_events_table.php b/database/migrations/2022_12_12_155929_create_meetup_events_table.php index 5eee1062..dc9a41e9 100644 --- a/database/migrations/2022_12_12_155929_create_meetup_events_table.php +++ b/database/migrations/2022_12_12_155929_create_meetup_events_table.php @@ -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 { diff --git a/database/migrations/2022_12_12_171115_create_bitcoin_events_table.php b/database/migrations/2022_12_12_171115_create_bitcoin_events_table.php index 6fac563c..f4e56d19 100644 --- a/database/migrations/2022_12_12_171115_create_bitcoin_events_table.php +++ b/database/migrations/2022_12_12_171115_create_bitcoin_events_table.php @@ -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 { diff --git a/database/migrations/2022_12_14_123437_create_created_by_fields_on_all_tables.php b/database/migrations/2022_12_14_123437_create_created_by_fields_on_all_tables.php index 474c51ff..2f75b7df 100644 --- a/database/migrations/2022_12_14_123437_create_created_by_fields_on_all_tables.php +++ b/database/migrations/2022_12_14_123437_create_created_by_fields_on_all_tables.php @@ -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 { diff --git a/database/migrations/2022_12_15_144111_add_show_worldwide_field_to_bitcoin_events_table.php b/database/migrations/2022_12_15_144111_add_show_worldwide_field_to_bitcoin_events_table.php index c7cf782b..7718d4a2 100644 --- a/database/migrations/2022_12_15_144111_add_show_worldwide_field_to_bitcoin_events_table.php +++ b/database/migrations/2022_12_15_144111_add_show_worldwide_field_to_bitcoin_events_table.php @@ -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 { diff --git a/database/migrations/2022_12_17_181802_add_english_name_to_countries_table.php b/database/migrations/2022_12_17_181802_add_english_name_to_countries_table.php index f80930ec..807bcc83 100644 --- a/database/migrations/2022_12_17_181802_add_english_name_to_countries_table.php +++ b/database/migrations/2022_12_17_181802_add_english_name_to_countries_table.php @@ -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 { diff --git a/database/migrations/2022_12_17_183136_add_coordinates_to_countries_table.php b/database/migrations/2022_12_17_183136_add_coordinates_to_countries_table.php index 34ca9b29..8705b44c 100644 --- a/database/migrations/2022_12_17_183136_add_coordinates_to_countries_table.php +++ b/database/migrations/2022_12_17_183136_add_coordinates_to_countries_table.php @@ -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 { diff --git a/database/migrations/2022_12_18_122532_add_current_language_to_users_table.php b/database/migrations/2022_12_18_122532_add_current_language_to_users_table.php index 68773930..2367c03b 100644 --- a/database/migrations/2022_12_18_122532_add_current_language_to_users_table.php +++ b/database/migrations/2022_12_18_122532_add_current_language_to_users_table.php @@ -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 { diff --git a/database/migrations/2022_12_18_201051_add_indexes_to_tables.php b/database/migrations/2022_12_18_201051_add_indexes_to_tables.php index fd4d3a0b..d2396679 100644 --- a/database/migrations/2022_12_18_201051_add_indexes_to_tables.php +++ b/database/migrations/2022_12_18_201051_add_indexes_to_tables.php @@ -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 { diff --git a/database/migrations/2023_01_14_185805_add_reputation_field_on_user_table.php b/database/migrations/2023_01_14_185805_add_reputation_field_on_user_table.php index 2402adb8..ce6c78cf 100644 --- a/database/migrations/2023_01_14_185805_add_reputation_field_on_user_table.php +++ b/database/migrations/2023_01_14_185805_add_reputation_field_on_user_table.php @@ -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 { diff --git a/database/migrations/2023_01_14_185805_create_gamify_tables.php b/database/migrations/2023_01_14_185805_create_gamify_tables.php index 8cab2c82..10d04586 100644 --- a/database/migrations/2023_01_14_185805_create_gamify_tables.php +++ b/database/migrations/2023_01_14_185805_create_gamify_tables.php @@ -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 { diff --git a/database/migrations/2023_01_14_191356_add_slug_column_to_meetups_table.php b/database/migrations/2023_01_14_191356_add_slug_column_to_meetups_table.php index 0d18d427..d7ec0617 100644 --- a/database/migrations/2023_01_14_191356_add_slug_column_to_meetups_table.php +++ b/database/migrations/2023_01_14_191356_add_slug_column_to_meetups_table.php @@ -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 { diff --git a/database/migrations/2023_01_15_133129_add_landing_page_fields_to_lecturers_table.php b/database/migrations/2023_01_15_133129_add_landing_page_fields_to_lecturers_table.php index 7e9e0aad..9f558509 100644 --- a/database/migrations/2023_01_15_133129_add_landing_page_fields_to_lecturers_table.php +++ b/database/migrations/2023_01_15_133129_add_landing_page_fields_to_lecturers_table.php @@ -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 { diff --git a/database/migrations/2023_01_15_142052_add_landing_page_fields_to_meetups_table.php b/database/migrations/2023_01_15_142052_add_landing_page_fields_to_meetups_table.php index a1cd015e..c62d0b89 100644 --- a/database/migrations/2023_01_15_142052_add_landing_page_fields_to_meetups_table.php +++ b/database/migrations/2023_01_15_142052_add_landing_page_fields_to_meetups_table.php @@ -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 { diff --git a/database/migrations/2023_01_15_191946_create_twitter_accounts_table.php b/database/migrations/2023_01_15_191946_create_twitter_accounts_table.php index 5e1e8e69..fada4a74 100644 --- a/database/migrations/2023_01_15_191946_create_twitter_accounts_table.php +++ b/database/migrations/2023_01_15_191946_create_twitter_accounts_table.php @@ -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 { diff --git a/database/migrations/2023_01_15_203928_add_refresh_token_field_to_twitter_accounts_table.php b/database/migrations/2023_01_15_203928_add_refresh_token_field_to_twitter_accounts_table.php index 9a670eb3..58309587 100644 --- a/database/migrations/2023_01_15_203928_add_refresh_token_field_to_twitter_accounts_table.php +++ b/database/migrations/2023_01_15_203928_add_refresh_token_field_to_twitter_accounts_table.php @@ -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 { diff --git a/database/migrations/2023_01_16_143622_add_links_to_meetups_table.php b/database/migrations/2023_01_16_143622_add_links_to_meetups_table.php index 49668546..3ec3122c 100644 --- a/database/migrations/2023_01_16_143622_add_links_to_meetups_table.php +++ b/database/migrations/2023_01_16_143622_add_links_to_meetups_table.php @@ -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 { diff --git a/database/migrations/2023_01_16_144114_change_telegram_link_on_meetups_table.php b/database/migrations/2023_01_16_144114_change_telegram_link_on_meetups_table.php index db266280..007f3bcc 100644 --- a/database/migrations/2023_01_16_144114_change_telegram_link_on_meetups_table.php +++ b/database/migrations/2023_01_16_144114_change_telegram_link_on_meetups_table.php @@ -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 { diff --git a/database/migrations/2023_01_16_175457_add_github_data_field_meetups_table.php b/database/migrations/2023_01_16_175457_add_github_data_field_meetups_table.php index c656b6e5..4c4d1482 100644 --- a/database/migrations/2023_01_16_175457_add_github_data_field_meetups_table.php +++ b/database/migrations/2023_01_16_175457_add_github_data_field_meetups_table.php @@ -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 { diff --git a/database/migrations/2023_01_18_142300_add_ln_addresses_to_users_table.php b/database/migrations/2023_01_18_142300_add_ln_addresses_to_users_table.php index e8a6277a..aa70bd99 100644 --- a/database/migrations/2023_01_18_142300_add_ln_addresses_to_users_table.php +++ b/database/migrations/2023_01_18_142300_add_ln_addresses_to_users_table.php @@ -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 { diff --git a/database/migrations/2023_01_18_165507_add_social_links_to_lecturers_table.php b/database/migrations/2023_01_18_165507_add_social_links_to_lecturers_table.php index c1df7bf7..240ab68c 100644 --- a/database/migrations/2023_01_18_165507_add_social_links_to_lecturers_table.php +++ b/database/migrations/2023_01_18_165507_add_social_links_to_lecturers_table.php @@ -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 { diff --git a/database/migrations/2023_01_18_172630_update_ln_address_on_users_table.php b/database/migrations/2023_01_18_172630_update_ln_address_on_users_table.php index fcb25ae7..e2b3abc0 100644 --- a/database/migrations/2023_01_18_172630_update_ln_address_on_users_table.php +++ b/database/migrations/2023_01_18_172630_update_ln_address_on_users_table.php @@ -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 { diff --git a/database/migrations/2023_01_19_133503_add_parent_id_field_to_libraries_table.php b/database/migrations/2023_01_19_133503_add_parent_id_field_to_libraries_table.php index 1c92628c..52b9ef28 100644 --- a/database/migrations/2023_01_19_133503_add_parent_id_field_to_libraries_table.php +++ b/database/migrations/2023_01_19_133503_add_parent_id_field_to_libraries_table.php @@ -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 { diff --git a/database/migrations/2023_01_20_121955_add_slug_field_to_library_items_table.php b/database/migrations/2023_01_20_121955_add_slug_field_to_library_items_table.php index 287b3657..759ecc61 100644 --- a/database/migrations/2023_01_20_121955_add_slug_field_to_library_items_table.php +++ b/database/migrations/2023_01_20_121955_add_slug_field_to_library_items_table.php @@ -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 { diff --git a/database/migrations/2023_01_20_125736_add_meta_fields_to_library_items_table.php b/database/migrations/2023_01_20_125736_add_meta_fields_to_library_items_table.php index 58855a77..93fd1a06 100644 --- a/database/migrations/2023_01_20_125736_add_meta_fields_to_library_items_table.php +++ b/database/migrations/2023_01_20_125736_add_meta_fields_to_library_items_table.php @@ -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 { diff --git a/database/migrations/2023_01_20_170112_add_matrix_group_field_to_meetups_table.php b/database/migrations/2023_01_20_170112_add_matrix_group_field_to_meetups_table.php index 9a2e8045..b3925d10 100644 --- a/database/migrations/2023_01_20_170112_add_matrix_group_field_to_meetups_table.php +++ b/database/migrations/2023_01_20_170112_add_matrix_group_field_to_meetups_table.php @@ -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 { diff --git a/database/migrations/2023_01_24_135922_add_ln_addresses_to_lecturers_table.php b/database/migrations/2023_01_24_135922_add_ln_addresses_to_lecturers_table.php index 8b07a38f..83557c37 100644 --- a/database/migrations/2023_01_24_135922_add_ln_addresses_to_lecturers_table.php +++ b/database/migrations/2023_01_24_135922_add_ln_addresses_to_lecturers_table.php @@ -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 { diff --git a/database/migrations/2023_01_28_115414_add_osm_fields_to_cities_table.php b/database/migrations/2023_01_28_115414_add_osm_fields_to_cities_table.php index bf3aaf4e..0c539d18 100644 --- a/database/migrations/2023_01_28_115414_add_osm_fields_to_cities_table.php +++ b/database/migrations/2023_01_28_115414_add_osm_fields_to_cities_table.php @@ -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 { diff --git a/database/migrations/2023_02_03_152818_prepare_cyphersweet_on_models.php b/database/migrations/2023_02_03_152818_prepare_cyphersweet_on_models.php index 785006cd..2aa868b3 100644 --- a/database/migrations/2023_02_03_152818_prepare_cyphersweet_on_models.php +++ b/database/migrations/2023_02_03_152818_prepare_cyphersweet_on_models.php @@ -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 { diff --git a/database/migrations/2023_02_06_162858_add_attend_fields_to_meetup_events_table.php b/database/migrations/2023_02_06_162858_add_attend_fields_to_meetup_events_table.php index 957c277f..e8086189 100644 --- a/database/migrations/2023_02_06_162858_add_attend_fields_to_meetup_events_table.php +++ b/database/migrations/2023_02_06_162858_add_attend_fields_to_meetup_events_table.php @@ -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 { diff --git a/database/migrations/2023_02_08_132434_add_community_field_to_meetups_table.php b/database/migrations/2023_02_08_132434_add_community_field_to_meetups_table.php index ac8cc3e7..f62c1ba3 100644 --- a/database/migrations/2023_02_08_132434_add_community_field_to_meetups_table.php +++ b/database/migrations/2023_02_08_132434_add_community_field_to_meetups_table.php @@ -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 { diff --git a/database/migrations/2023_02_09_205710_add_approved_field_to_library_items_table.php b/database/migrations/2023_02_09_205710_add_approved_field_to_library_items_table.php index f57905d9..85b41568 100644 --- a/database/migrations/2023_02_09_205710_add_approved_field_to_library_items_table.php +++ b/database/migrations/2023_02_09_205710_add_approved_field_to_library_items_table.php @@ -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 { diff --git a/database/migrations/2023_02_11_151546_add_news_flag_to_library_items_table.php b/database/migrations/2023_02_11_151546_add_news_flag_to_library_items_table.php index 187092e0..7d3f775d 100644 --- a/database/migrations/2023_02_11_151546_add_news_flag_to_library_items_table.php +++ b/database/migrations/2023_02_11_151546_add_news_flag_to_library_items_table.php @@ -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 { diff --git a/database/migrations/2023_02_11_154505_add_tweet_field_to_library_items_table.php b/database/migrations/2023_02_11_154505_add_tweet_field_to_library_items_table.php index 0d1ff474..98f49ad6 100644 --- a/database/migrations/2023_02_11_154505_add_tweet_field_to_library_items_table.php +++ b/database/migrations/2023_02_11_154505_add_tweet_field_to_library_items_table.php @@ -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 { diff --git a/database/migrations/2023_02_11_155505_change_tweet_field_to_library_items_table.php b/database/migrations/2023_02_11_155505_change_tweet_field_to_library_items_table.php index 9fbcbb4e..d236c990 100644 --- a/database/migrations/2023_02_11_155505_change_tweet_field_to_library_items_table.php +++ b/database/migrations/2023_02_11_155505_change_tweet_field_to_library_items_table.php @@ -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 { diff --git a/database/migrations/2023_02_14_133446_add_nostr_field_meetups_table.php b/database/migrations/2023_02_14_133446_add_nostr_field_meetups_table.php index 14888dcb..51e5bd94 100644 --- a/database/migrations/2023_02_14_133446_add_nostr_field_meetups_table.php +++ b/database/migrations/2023_02_14_133446_add_nostr_field_meetups_table.php @@ -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 { diff --git a/database/migrations/2023_02_16_141618_add_nostr_field_to_lecturers_table.php b/database/migrations/2023_02_16_141618_add_nostr_field_to_lecturers_table.php index 68ea9176..21f297cf 100644 --- a/database/migrations/2023_02_16_141618_add_nostr_field_to_lecturers_table.php +++ b/database/migrations/2023_02_16_141618_add_nostr_field_to_lecturers_table.php @@ -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 { diff --git a/database/migrations/2023_02_16_183823_add_comment_field_to_orange_pills_table.php b/database/migrations/2023_02_16_183823_add_comment_field_to_orange_pills_table.php index bdeee7f3..01013125 100644 --- a/database/migrations/2023_02_16_183823_add_comment_field_to_orange_pills_table.php +++ b/database/migrations/2023_02_16_183823_add_comment_field_to_orange_pills_table.php @@ -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 { diff --git a/database/migrations/2023_02_19_000000_rename_password_resets_table.php b/database/migrations/2023_02_19_000000_rename_password_resets_table.php index ab300e6e..f0ad3757 100644 --- a/database/migrations/2023_02_19_000000_rename_password_resets_table.php +++ b/database/migrations/2023_02_19_000000_rename_password_resets_table.php @@ -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 { diff --git a/database/migrations/2023_17_01_175957_create_meetup_user_table.php b/database/migrations/2023_17_01_175957_create_meetup_user_table.php index 62dffe78..d986f2a3 100644 --- a/database/migrations/2023_17_01_175957_create_meetup_user_table.php +++ b/database/migrations/2023_17_01_175957_create_meetup_user_table.php @@ -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 { diff --git a/database/seeders/DatabaseSeeder.php b/database/seeders/DatabaseSeeder.php index 275008fe..48b77d28 100644 --- a/database/seeders/DatabaseSeeder.php +++ b/database/seeders/DatabaseSeeder.php @@ -34,8 +34,6 @@ class DatabaseSeeder extends Seeder { /** * Seed the application's database. - * - * @return void */ public function run(): void { diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index c57aa8eb..8364a84e 100644 --- a/tests/Feature/ExampleTest.php +++ b/tests/Feature/ExampleTest.php @@ -9,8 +9,6 @@ class ExampleTest extends TestCase { /** * A basic test example. - * - * @return void */ public function test_the_application_returns_a_successful_response(): void { diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php index d809638f..5773b0ce 100644 --- a/tests/Unit/ExampleTest.php +++ b/tests/Unit/ExampleTest.php @@ -8,8 +8,6 @@ class ExampleTest extends TestCase { /** * A basic test example. - * - * @return void */ public function test_that_true_is_true(): void {