Skip to content

Commit 3836f50

Browse files
Merge branch '7.3' into 7.4
* 7.3: [DoctrineBridge] Prevent idle connection listener from running on subrequests [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 673ffa1 + 046bd20 commit 3836f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PropertyPath.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function __construct(self|string $propertyPath)
7272
{
7373
// Can be used as copy constructor
7474
if ($propertyPath instanceof self) {
75-
/* @var PropertyPath $propertyPath */
75+
/** @var PropertyPath $propertyPath */
7676
$this->elements = $propertyPath->elements;
7777
$this->length = $propertyPath->length;
7878
$this->isIndex = $propertyPath->isIndex;

0 commit comments

Comments
 (0)