Skip to content

Commit 5de6c34

Browse files
mvoriseknicolas-grekas
authored andcommitted
Fix "can not" spelling
1 parent 083f2bc commit 5de6c34

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)