Skip to content

Commit

Permalink
#14: code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
glpzzz committed Sep 7, 2024
1 parent 4c0aa27 commit 8084f2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/ListView.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Closure;
use InvalidArgumentException;
use Yiisoft\Html\Html;
use Yiisoft\Html\Tag\Li;
use Yiisoft\View\Exception\ViewNotFoundException;
use Yiisoft\View\View;
use function is_string;
Expand Down
2 changes: 0 additions & 2 deletions tests/ListView/BaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,4 @@ public function testNoItemViewTagNoItemsWrapperTag(): void
->render(),
);
}


}

0 comments on commit 8084f2b

Please sign in to comment.