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.
1 parent c70560e commit db84f18Copy full SHA for db84f18
README.md
@@ -113,11 +113,11 @@ and `UniqueVariableLabeler`. Along with the `NumberSuffix` implementation of `Un
113
```
114
array(3) {
115
'Déjà vu' =>
116
- string(11) "firstDejaVu"
+ string(11) "FirstDejaVu"
117
'foo' =>
118
string(3) "Foo"
119
'deja vu' =>
120
- string(12) "secondDejaVu"
+ string(12) "SecondDejaVu"
121
}
122
123
0 commit comments