Skip to content

Commit 4002535

Browse files
committed
typo
1 parent cabc398 commit 4002535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Bridges/ApplicationLatte/UIMacros.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* - {link destination ...} control link
2424
* - {plink destination ...} presenter link
2525
* - {snippet ?} ... {/snippet ?} control snippet
26-
* - n:once
26+
* - n:nonce
2727
*/
2828
class UIMacros extends Latte\Macros\MacroSet
2929
{

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function test(\Closure $function)
3131

3232
class Notes
3333
{
34-
static public $notes = [];
34+
public static $notes = [];
3535

3636
public static function add($message)
3737
{

0 commit comments

Comments
 (0)