Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 17, 2024
1 parent ddf4934 commit 04f8f56
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions monorepo/stubs/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

namespace Illuminate\Foundation;

class Application {
class Application
{
/**
* @template T
* @param class-string<T> $abstract
*
* @param class-string<T> $abstract
* @return T
*/
public function make(string $abstract) {}
public function make(string $abstract)
{
}
}

0 comments on commit 04f8f56

Please sign in to comment.