Skip to content

Commit b23790a

Browse files
committed
Add the disableOnNumbers field to SettingsUpdateDetails on typoTolerance
1 parent 7571178 commit b23790a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Contracts/TaskDetails/SettingsUpdateDetails.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
* enabled: bool,
4848
* minWordSizeForTypos: array{oneTypo: int, twoTypos: int},
4949
* disableOnWords: list<string>,
50-
* disableOnAttributes: list<string>
50+
* disableOnAttributes: list<string>,
51+
* disableOnNumbers: bool
5152
* }
5253
* }>
5354
*/
@@ -91,7 +92,8 @@ final class SettingsUpdateDetails implements TaskDetails
9192
* enabled: bool,
9293
* minWordSizeForTypos: array{oneTypo: int, twoTypos: int},
9394
* disableOnWords: list<string>,
94-
* disableOnAttributes: list<string>
95+
* disableOnAttributes: list<string>,
96+
* disableOnNumbers: bool
9597
* }|null $typoTolerance
9698
*/
9799
public function __construct(

0 commit comments

Comments
 (0)