2
0
forked from Wavyzz/dolibarr

fix phpstan level 1 (#26651)

This commit is contained in:
Frédéric FRANCE
2023-11-17 10:54:39 +01:00
committed by GitHub
parent 0a3bc87b72
commit b181b4c5ea

View File

@@ -246,7 +246,7 @@ function pg2mysql(&$input, &$arrayofprimaryalreadyintabledef, $header = true)
if (is_array($input)) {
$lines = $input;
} else {
$lines = split("\n", $input);
$lines = explode("\n", $input);
}
if ($header) {