Skip to content

Commit

Permalink
feat(documentator): IncludeExample::Limit increased to 50 lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Aug 28, 2023
1 parent 9c183b0 commit 6a737fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use const PREG_UNMATCHED_AS_NULL;

class IncludeExample extends IncludeFile {
public const Limit = 20;
public const Limit = 50;
protected const MarkdownRegexp = '/^\<(?P<tag>markdown)\>(?P<markdown>.*?)\<\/(?P=tag)\>$/msu';

public function __construct(
Expand Down

0 comments on commit 6a737fc

Please sign in to comment.