Skip to content

Commit 8db5505

Browse files
Merge branch '3.4' into 4.3
* 3.4: (21 commits) [SecurityBundle] fix return type declarations [BrowserKit] fix return type declarations [PropertyInfo] fix return type declarations [Bridge/Doctrine] fix return type declarations [Form] fix return type declarations [Console] fix return type declarations [Intl] fix return type declarations [Templating] fix return type declarations [DomCrawler] fix return type declarations [Validator] fix return type declarations [Process] fix return type declarations [Workflow] fix return type declarations [Cache] fix return type declarations [Serializer] fix return type declarations [Translation] fix return type declarations [DI] fix return type declarations [Config] fix return type declarations [HttpKernel] Fix return type declarations [Security] Fix return type declarations [Routing] Fix return type declarations ...
2 parents 780b319 + f6ebf85 commit 8db5505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DateFormatter/IntlDateFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ public function localtime($value, &$position = 0)
415415
* contain -1 otherwise it will contain the position at which parsing
416416
* ended. If $parse_pos > strlen($value), the parse fails immediately.
417417
*
418-
* @return int Parsed value as a timestamp
418+
* @return int|false Parsed value as a timestamp
419419
*
420420
* @see https://php.net/intldateformatter.parse
421421
*

0 commit comments

Comments
 (0)