Skip to content

Commit cf034c0

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Typos In Comments Typos on 6.0 branch remove duplicated catch block s/<\br>/<br> [HttpClient] Fix retrying requests when the content is used by the strategy
2 parents 25108ee + bdcd636 commit cf034c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PropertyAccessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function setValue(object|array &$objectOrArray, string|PropertyPathInterf
162162
// OR
163163
// 2. its child is not passed by reference
164164
//
165-
// This may avoid uncessary value setting process for array elements.
165+
// This may avoid unnecessary value setting process for array elements.
166166
// For example:
167167
// '[a][b][c]' => 'old-value'
168168
// If you want to change its value to 'new-value',

0 commit comments

Comments
 (0)