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

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