Fix phpcs
This commit is contained in:
parent
6512435f9f
commit
5a719769bc
@ -622,7 +622,7 @@ class ImportXlsx extends ModeleImports
|
|||||||
if (! empty($objimport->array_import_regex[0][$val]) && ($newval != ''))
|
if (! empty($objimport->array_import_regex[0][$val]) && ($newval != ''))
|
||||||
{
|
{
|
||||||
// If test is "Must exist in a field@table or field@table:..."
|
// If test is "Must exist in a field@table or field@table:..."
|
||||||
if (preg_match('/^(.+)@([^:]+)(:.+)?$/',$objimport->array_import_regex[0][$val],$reg))
|
if (preg_match('/^(.+)@([^:]+)(:.+)?$/', $objimport->array_import_regex[0][$val], $reg))
|
||||||
{
|
{
|
||||||
$field=$reg[1];
|
$field=$reg[1];
|
||||||
$table=$reg[2];
|
$table=$reg[2];
|
||||||
|
|||||||
@ -365,5 +365,4 @@ class HolidayTest extends PHPUnit\Framework\TestCase
|
|||||||
|
|
||||||
$localobjecta->updateBalance();
|
$localobjecta->updateBalance();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user