Skip to content

Commit

Permalink
LatteExtension: option 'xhtml' is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 17, 2021
1 parent 68c0545 commit 24984e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridges/ApplicationDI/LatteExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function getConfigSchema(): Nette\Schema\Schema
{
return Expect::structure([
'debugger' => Expect::anyOf(true, false, 'all'),
'xhtml' => Expect::bool(false),
'xhtml' => Expect::bool(false)->deprecated(),
'macros' => Expect::arrayOf('string'),
'templateClass' => Expect::string(),
'strictTypes' => Expect::bool(false),
Expand Down

0 comments on commit 24984e4

Please sign in to comment.