Skip to content

Commit

Permalink
format of test::func() w/ fake missing closing paren & semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhammer authored May 20, 2024
1 parent 158f11a commit 71f5e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Test.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ test::func('demo', 'date', function($format) {
} else {
return \date($param);
}
}
});

```

Expand Down

0 comments on commit 71f5e2f

Please sign in to comment.