We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
disableOnNumbers
typoTolerance
1 parent 22e43e4 commit 183c2dcCopy full SHA for 183c2dc
src/Contracts/TaskDetails/SettingsUpdateDetails.php
@@ -47,7 +47,8 @@
47
* enabled: bool,
48
* minWordSizeForTypos: array{oneTypo: int, twoTypos: int},
49
* disableOnWords: list<string>,
50
- * disableOnAttributes: list<string>
+ * disableOnAttributes: list<string>,
51
+ * disableOnNumbers: bool
52
* }
53
* }>
54
*/
@@ -91,7 +92,8 @@ final class SettingsUpdateDetails implements TaskDetails
91
92
93
94
95
96
97
* }|null $typoTolerance
98
99
public function __construct(
0 commit comments