Skip to content

Commit

Permalink
Merge pull request #37 from cidilabs/updateTextLimitSize
Browse files Browse the repository at this point in the history
updating text limit size to be consistent with frontend
  • Loading branch information
cidilabs authored Oct 18, 2022
2 parents 79a096a + 5f80c18 commit 11d5744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rule/BaseRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class BaseRule implements PhpAllyRuleInterface {
protected $lang;
protected $strings = array('en' => '');

const ALT_TEXT_LENGTH_LIMIT = 125;
const ALT_TEXT_LENGTH_LIMIT = 150;
const DOC_LENGTH = 1500;
const MAX_WORD_COUNT = 3000;

Expand Down

0 comments on commit 11d5744

Please sign in to comment.