diff --git a/src/Data/OptionData.php b/src/Data/OptionData.php index 601b9f8..164ca17 100644 --- a/src/Data/OptionData.php +++ b/src/Data/OptionData.php @@ -18,6 +18,5 @@ public function __construct( public Optional|null|string $groupIcon = null, /** @var Collection|null */ public Optional|Collection|null $items = null, - ) { - } + ) {} } diff --git a/src/Helpers/RateLimiterHelper.php b/src/Helpers/RateLimiterHelper.php index e79129a..4ad06c1 100644 --- a/src/Helpers/RateLimiterHelper.php +++ b/src/Helpers/RateLimiterHelper.php @@ -29,8 +29,7 @@ public function __construct( protected string $key, protected string $by, protected bool $hashed = true - ) { - } + ) {} /** * Forwards the call to the RateLimiter instance. diff --git a/src/LaravelHelpersServiceProvider.php b/src/LaravelHelpersServiceProvider.php index eef3c12..023f0b5 100644 --- a/src/LaravelHelpersServiceProvider.php +++ b/src/LaravelHelpersServiceProvider.php @@ -19,7 +19,5 @@ public function bootingPackage(): void // Booting the package } - public function registeringPackage(): void - { - } + public function registeringPackage(): void {} }