We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be2a25 commit a555e68Copy full SHA for a555e68
src/Bridges/ApplicationLatte/Nodes/NNonceNode.php
@@ -28,4 +28,10 @@ public function print(PrintContext $context): string
28
{
29
return 'echo $this->global->uiNonce ? " nonce=\"{$this->global->uiNonce}\"" : "";';
30
}
31
+
32
33
+ public function &getIterator(): \Generator
34
+ {
35
+ false && yield;
36
+ }
37
0 commit comments