We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083f2bc commit 5de6c34Copy full SHA for 5de6c34
Cloner/VarCloner.php
@@ -100,7 +100,7 @@ protected function doClone($var)
100
$values[$h] = $v;
101
}
102
103
- // Create $stub when the original value $v can not be used directly
+ // Create $stub when the original value $v cannot be used directly
104
// If $v is a nested structure, put that structure in array $a
105
switch (true) {
106
case null === $v:
0 commit comments