Skip to content

Commit

Permalink
chore: coding style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomloprod committed May 20, 2024
1 parent 2924a93 commit 7aa67dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/Contracts/TaskableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Tomloprod\TimeWarden\Concerns\HasTasks;
use Tomloprod\TimeWarden\Contracts\Taskable;
use Tomloprod\TimeWarden\Task;

beforeEach(function (): void {
$this->tasksClass = new class implements Taskable
Expand Down
1 change: 0 additions & 1 deletion tests/GroupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
declare(strict_types=1);

use Tomloprod\TimeWarden\Group;
use Tomloprod\TimeWarden\Task;

it('can be created with a name', function (): void {
$group = new Group('GroupName');
Expand Down

0 comments on commit 7aa67dc

Please sign in to comment.