Skip to content

Commit 8cc6c1b

Browse files
Merge branch '2.8' into 3.4
* 2.8: [php_cs] disable fopen_flags [CS] Remove unused variables passed to closures [CS] Remove empty comment [CS] Enforces null type hint on last position in phpDocs [CS] Use combined assignment operators when possible Fix a typo in error messages [Console] Add missing null to input values allowed types [PHPUnitBridge] Fix microtime() format bumped Symfony version to 2.8.47 update CONTRIBUTORS for 2.8.46 updated VERSION for 2.8.46 updated CHANGELOG for 2.8.46
2 parents 94e594d + 8e08ae3 commit 8cc6c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ValidatorBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class ValidatorBuilder implements ValidatorBuilderInterface
6868
private $translator;
6969

7070
/**
71-
* @var null|string
71+
* @var string|null
7272
*/
7373
private $translationDomain;
7474

0 commit comments

Comments
 (0)