Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Apr 3, 2024
1 parent bf3ccbe commit 39017aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

class StubClassNamePrefixServiceProvider extends ServiceProvider
{
public function register() : void
public function register(): void
{
}

public function boot() : void
public function boot(): void
{
}
}

0 comments on commit 39017aa

Please sign in to comment.