Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts authored and github-actions[bot] committed Jul 6, 2023
1 parent 5ef63bc commit f07a6f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/sidebar/src/Contracts/Builder/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Shopper\Sidebar\Contracts\Builder;

use Closure;
use Illuminate\Support\Collection;
use Shopper\Sidebar\Contracts\Routeable;

Expand Down
2 changes: 1 addition & 1 deletion tests/src/Sidebar/Traits/ItemableTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
->and($this->itemable->getItems()->first()->getName())->toEqual('demo');
})->group('Traits');

it('can check if has items', function(): void {
it('can check if has items', function (): void {
expect($this->itemable->hasItems())->toBeFalse();

$item = new DefaultItem($this->container);
Expand Down

0 comments on commit f07a6f5

Please sign in to comment.