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 e1fec2a commit a0c89ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Features/KeyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,8 @@ public function test_create_littlejwt_empty_phrase()
*
* @return void
*/
public function test_jwk_immutable() {
public function test_jwk_immutable()
{
$jwk = $this->app->make(JsonWebKey::class);

$this->assertInstanceOf(JsonWebKey::class, $jwk);
Expand Down

0 comments on commit a0c89ae

Please sign in to comment.