Skip to content

Commit 1bef323

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Fix CS [Validator] Add Polish translation for ISIN constraint
2 parents 6fc6087 + 3e31b82 commit 1bef323

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cloner/VarCloner.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ protected function doClone($var)
114114
case \is_int($v):
115115
case \is_float($v):
116116
continue 2;
117-
118117
case \is_string($v):
119118
if ('' === $v) {
120119
continue 2;

0 commit comments

Comments
 (0)