Skip to content

Commit

Permalink
Applied Laravel Pint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
little-apps authored and github-actions[bot] committed Jun 2, 2024
1 parent 7f1fa59 commit b41e0ee
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions src/Core/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ class Handler

/**
* Application container
*
* @var Container
*/
protected readonly Container $app;

Expand Down
2 changes: 0 additions & 2 deletions src/Factories/DefaultCallbackBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ class DefaultCallbackBuilder
{
/**
* Application container
*
* @var Container
*/
protected readonly Container $app;

Expand Down
2 changes: 0 additions & 2 deletions src/LittleJWT.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ class LittleJWT

/**
* Application container
*
* @var Container
*/
protected readonly Container $app;

Expand Down
2 changes: 0 additions & 2 deletions src/Mutate/MutatorResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ class MutatorResolver

/**
* Application container
*
* @var Container
*/
protected readonly Container $app;

Expand Down
2 changes: 0 additions & 2 deletions src/Validation/Valid.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ class Valid

/**
* Application container
*
* @var Container
*/
protected readonly Container $app;

Expand Down

0 comments on commit b41e0ee

Please sign in to comment.