Skip to content

Commit ed937ca

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Typos In Comments typo s/retrieveing/retrieving 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 e5cec2c + cf034c0 commit ed937ca

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
@@ -156,7 +156,7 @@ public function setValue(object|array &$objectOrArray, string|PropertyPathInterf
156156
// OR
157157
// 2. its child is not passed by reference
158158
//
159-
// This may avoid uncessary value setting process for array elements.
159+
// This may avoid unnecessary value setting process for array elements.
160160
// For example:
161161
// '[a][b][c]' => 'old-value'
162162
// If you want to change its value to 'new-value',

0 commit comments

Comments
 (0)