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 2f13d73 commit f5e84c5Copy full SHA for f5e84c5
src/Translator/src/Intl/IntlMessageParser.php
@@ -22,9 +22,9 @@
22
*/
23
class IntlMessageParser
24
{
25
- private AbstractString $message;
+ private readonly AbstractString $message;
26
// Minor optimization, this avoid a lot of calls to `$this->message->length()`
27
- private int $messageLength;
+ private readonly int $messageLength;
28
29
private Position $position;
30
private bool $ignoreTag;
0 commit comments