Skip to content

Commit 24984e4

Browse files
committed
LatteExtension: option 'xhtml' is deprecated
1 parent 68c0545 commit 24984e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/ApplicationDI/LatteExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function getConfigSchema(): Nette\Schema\Schema
3939
{
4040
return Expect::structure([
4141
'debugger' => Expect::anyOf(true, false, 'all'),
42-
'xhtml' => Expect::bool(false),
42+
'xhtml' => Expect::bool(false)->deprecated(),
4343
'macros' => Expect::arrayOf('string'),
4444
'templateClass' => Expect::string(),
4545
'strictTypes' => Expect::bool(false),

0 commit comments

Comments
 (0)