forked from Wavyzz/dolibarr
fix phpstan level 1 (#26651)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user