mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 17:24:03 +00:00
Enable single_line_empty_body phpcsfixer rule
This commit is contained in:
parent
a41ad69023
commit
1d80604cff
77 changed files with 77 additions and 198 deletions
|
|
@ -37,8 +37,7 @@ class BroadcastChannelPrefixBootstrapper implements TenancyBootstrapper
|
|||
public function __construct(
|
||||
protected Application $app,
|
||||
protected BroadcastManager $broadcastManager,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function bootstrap(Tenant $tenant): void
|
||||
{
|
||||
|
|
|
|||
|
|
@ -23,8 +23,7 @@ class CacheTagsBootstrapper implements TenancyBootstrapper
|
|||
|
||||
public function __construct(
|
||||
protected Application $app
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function bootstrap(Tenant $tenant): void
|
||||
{
|
||||
|
|
|
|||
|
|
@ -24,8 +24,7 @@ class CacheTenancyBootstrapper implements TenancyBootstrapper
|
|||
public function __construct(
|
||||
protected ConfigRepository $config,
|
||||
protected CacheManager $cacheManager,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function bootstrap(Tenant $tenant): void
|
||||
{
|
||||
|
|
|
|||
|
|
@ -23,8 +23,7 @@ class DatabaseSessionBootstrapper implements TenancyBootstrapper
|
|||
protected Repository $config,
|
||||
protected Container $container,
|
||||
protected SessionManager $session,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function bootstrap(Tenant $tenant): void
|
||||
{
|
||||
|
|
|
|||
|
|
@ -60,8 +60,7 @@ class FortifyRouteBootstrapper implements TenancyBootstrapper
|
|||
|
||||
public function __construct(
|
||||
protected Repository $config,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function bootstrap(Tenant $tenant): void
|
||||
{
|
||||
|
|
|
|||
|
|
@ -14,8 +14,7 @@ class ScoutPrefixBootstrapper implements TenancyBootstrapper
|
|||
|
||||
public function __construct(
|
||||
protected Repository $config,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function bootstrap(Tenant $tenant): void
|
||||
{
|
||||
|
|
|
|||
|
|
@ -23,8 +23,7 @@ class JobBatchBootstrapper implements TenancyBootstrapper
|
|||
public function __construct(
|
||||
protected DatabaseBatchRepository $batchRepository,
|
||||
protected DatabaseManager $databaseManager
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function bootstrap(Tenant $tenant): void
|
||||
{
|
||||
|
|
|
|||
|
|
@ -18,8 +18,7 @@ class RootUrlBootstrapper implements TenancyBootstrapper
|
|||
public function __construct(
|
||||
protected UrlGenerator $urlGenerator,
|
||||
protected Repository $config,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function bootstrap(Tenant $tenant): void
|
||||
{
|
||||
|
|
|
|||
|
|
@ -26,8 +26,7 @@ class UrlGeneratorBootstrapper implements TenancyBootstrapper
|
|||
public function __construct(
|
||||
protected Application $app,
|
||||
protected UrlGenerator $originalUrlGenerator,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function bootstrap(Tenant $tenant): void
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue