Skip to content

Commit 2505c62

Browse files
Merge branch '6.4' into 7.2
* 6.4: [Routing] Add test to validate that default value is allowed to not match requirement fix handling required options Fix @var phpdoc [Lock] [MongoDB] Enforce readPreference=primary and writeConcern=majority [FrameworkBundle] fix phpdoc in `MicroKernelTrait` Fixed validator translations for Albanian
2 parents a3b6dca + 155f766 commit 2505c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ContainerBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ public function testAddObjectResource()
11361136

11371137
$this->assertCount(1, $resources);
11381138

1139-
/* @var FileResource $resource */
1139+
/** @var FileResource $resource */
11401140
$resource = end($resources);
11411141

11421142
$this->assertInstanceOf(FileResource::class, $resource);

0 commit comments

Comments
 (0)