Skip to content

Commit

Permalink
Merge branch 'main' of github.com:little-apps/LittleJWT
Browse files Browse the repository at this point in the history
  • Loading branch information
little-apps committed Jun 2, 2024
2 parents d7e95ba + b41e0ee commit 2d3fd49
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 2d3fd49

Please sign in to comment.