Skip to content

Commit d4aebdf

Browse files
Merge branch '4.4'
* 4.4: (28 commits) fix merge [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 ...
2 parents 3cae9b2 + 7ba275a commit d4aebdf

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
@@ -414,7 +414,7 @@ public function localtime(string $value, int &$position = 0)
414414
* contain -1 otherwise it will contain the position at which parsing
415415
* ended. If $parse_pos > strlen($value), the parse fails immediately.
416416
*
417-
* @return int Parsed value as a timestamp
417+
* @return int|false Parsed value as a timestamp
418418
*
419419
* @see https://php.net/intldateformatter.parse
420420
*

0 commit comments

Comments
 (0)