Skip to content

Commit

Permalink
Update FencedCodeRenderer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz authored Apr 6, 2021
1 parent d920200 commit d780c15
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ class FencedCodeRenderer extends CodeRenderer
];
protected $known_conversions = ['html' => 'html/xml', 'xml' => 'html/xml', 'js' => 'javascript'];

protected Config $config;
/**
* @var Config
*/
protected $config;

function __construct(Config $config) {
$this->config = $config;
Expand Down

0 comments on commit d780c15

Please sign in to comment.