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 cabc398 commit 4002535Copy full SHA for 4002535
src/Bridges/ApplicationLatte/UIMacros.php
@@ -23,7 +23,7 @@
23
* - {link destination ...} control link
24
* - {plink destination ...} presenter link
25
* - {snippet ?} ... {/snippet ?} control snippet
26
- * - n:once
+ * - n:nonce
27
*/
28
class UIMacros extends Latte\Macros\MacroSet
29
{
tests/bootstrap.php
@@ -31,7 +31,7 @@ function test(\Closure $function)
31
32
class Notes
33
34
- static public $notes = [];
+ public static $notes = [];
35
36
public static function add($message)
37
0 commit comments