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

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