Skip to content

Commit

Permalink
Update HtmlOpenApiRenderer - remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
umpirsky authored Dec 1, 2023
1 parent b7a5722 commit 83e4aed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Render/Html/HtmlOpenApiRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ class HtmlOpenApiRenderer implements OpenApiRenderer
/** @var Environment|\Twig_Environment */
private $twig;

/** @var GetNelmioAsset */
private $getNelmioAsset;

public function __construct($twig)
{
if (!$twig instanceof \Twig_Environment && !$twig instanceof Environment) {
Expand Down

0 comments on commit 83e4aed

Please sign in to comment.