Skip to content

Commit

Permalink
Merge branch '3.4' into 4.4
Browse files Browse the repository at this point in the history
* 3.4:
  Fix CS
  [Validator] Add Polish translation for ISIN constraint
  • Loading branch information
fabpot committed Aug 17, 2020
2 parents 6fc6087 + 3e31b82 commit 1bef323
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cloner/VarCloner.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ protected function doClone($var)
case \is_int($v):
case \is_float($v):
continue 2;

case \is_string($v):
if ('' === $v) {
continue 2;
Expand Down

0 comments on commit 1bef323

Please sign in to comment.