Skip to content

Commit 162e626

Browse files
minor #43299 Fix "can not" spelling (mvorisek)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- Fix "can not" spelling | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 28a438eed4 Fix "can not" spelling
2 parents 9036cb3 + 5de6c34 commit 162e626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cloner/VarCloner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ protected function doClone($var)
100100
$values[$h] = $v;
101101
}
102102
}
103-
// Create $stub when the original value $v can not be used directly
103+
// Create $stub when the original value $v cannot be used directly
104104
// If $v is a nested structure, put that structure in array $a
105105
switch (true) {
106106
case null === $v:

0 commit comments

Comments
 (0)