Skip to content

Commit

Permalink
Merge branch 'fix/pint-fixes' into feat/search-content-and-users
Browse files Browse the repository at this point in the history
* fix/pint-fixes:
  lint
  • Loading branch information
awietz committed Aug 3, 2024
2 parents ae5c546 + 24026b8 commit 4339061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/Unit/Livewire/Concerns/ConfirmsPasswordsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@

function myComponent(): Component
{
return new class () extends Component {
return new class() extends Component
{
use ConfirmsPasswords;

public bool $isConfirmed = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use App\Services\Autocomplete;
use App\Services\Autocomplete\Types\Mentions;
use App\Services\Autocomplete\Types\Type;
use Tests\Fixtures\TestType;

test('types method returns registered autocomplete types', function () {
Expand Down

0 comments on commit 4339061

Please sign in to comment.