Remove redundant typing from DocBlocks

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

View File

@@ -23,8 +23,6 @@ class CleanupLoginKeys extends Command
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{

View File

@@ -22,8 +22,6 @@ class CreatePermissions extends Command
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{

View File

@@ -23,8 +23,6 @@ class CreateTags extends Command
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{

View File

@@ -23,8 +23,6 @@ class FillUserEmails extends Command
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{

View File

@@ -25,8 +25,6 @@ class ImportGithubMeetups extends Command
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{

View File

@@ -23,8 +23,6 @@ class MigrateLibraryItemSlugs extends Command
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{

View File

@@ -23,8 +23,6 @@ class MigrateMeetupSlugs extends Command
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{

View File

@@ -24,8 +24,6 @@ class RenameFileToMd5 extends Command
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{

View File

@@ -24,8 +24,6 @@ class SetReputation extends Command
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{

View File

@@ -24,8 +24,6 @@ class SyncGithubMeetups extends Command
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{

View File

@@ -25,8 +25,6 @@ class ReadAndSyncPodcastFeeds extends Command
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{

View File

@@ -23,8 +23,6 @@ class CreateGeoJsonPolygon extends Command
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{

View File

@@ -24,8 +24,6 @@ class SyncOpenBooks extends Command
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{

View File

@@ -25,8 +25,6 @@ class ImportLibraryItems extends Command
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{

View File

@@ -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
{