upgrade symfony
This commit is contained in:
@@ -55,7 +55,7 @@ class XMLReader
|
||||
$obj->setCurrency($value);
|
||||
}
|
||||
if ($key === "payDate") {
|
||||
$tmp = str_split($value, 4);
|
||||
$tmp = str_split((string) $value, 4);
|
||||
$y=$tmp[0];
|
||||
$tmp = str_split($tmp[1],2);
|
||||
$d = $tmp[1];
|
||||
|
||||
Reference in New Issue
Block a user