mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comment
This commit is contained in:
parent
036326e1da
commit
c58d16e861
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ interface Markup
|
||||||
public const TAG_TEXT = '<span>%s</span>';
|
public const TAG_TEXT = '<span>%s</span>';
|
||||||
|
|
||||||
public const WRAP_BREAK = PHP_EOL;
|
public const WRAP_BREAK = PHP_EOL;
|
||||||
public const WRAP_WIDTH = 320;
|
public const WRAP_WIDTH = 320; // px
|
||||||
|
|
||||||
public static function code(
|
public static function code(
|
||||||
string $value
|
string $value
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue