Skip to content

Commit 16f6723

Browse files
committed
Update config.dist.php
1 parent 3472476 commit 16f6723

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

config.dist.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ static function (string $value): ?string {
6464
} catch (Exception $e) {
6565
// ...
6666
}
67-
} elseif (!is_string($unserialized_value) || !is_numeric($unserialized_value)) {
68-
// for weird edge cases when data are not string/int
69-
$unserialized_value = serialize($unserialized_value);
7067
}
7168

7269
return (string) $unserialized_value;

0 commit comments

Comments
 (0)