Skip to content

Commit 5e9882c

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Fix tests [VarExporter] escape unicode chars involved in directionality [Intl] Update the ICU data to 70.1 Fix typos Update validators.ca.xlf Add missing Validator translations for Estonian Fix `Request::getUserInfo()` return type [VarDumper] Make dumping DateInterval instances timezone-independent Add missing validators translation in Brazillian Portuguese I heard you like some Finnish translations #43432 fix typo and improve TH translation Added missing translations for Thai (th) [Messenger] Use `TransportMessageIdStamp` in `InMemoryTransport` allows retrying
2 parents 9b58162 + 57e54e9 commit 5e9882c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DataCollector/ConfigDataCollector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function isSymfonyLts(): bool
135135
}
136136

137137
/**
138-
* Returns the human redable date when this Symfony version ends its
138+
* Returns the human readable date when this Symfony version ends its
139139
* maintenance period.
140140
*/
141141
public function getSymfonyEom(): string
@@ -144,7 +144,7 @@ public function getSymfonyEom(): string
144144
}
145145

146146
/**
147-
* Returns the human redable date when this Symfony version reaches its
147+
* Returns the human readable date when this Symfony version reaches its
148148
* "end of life" and won't receive bugs or security fixes.
149149
*/
150150
public function getSymfonyEol(): string

0 commit comments

Comments
 (0)