Skip to content

Skipping empty values#13

Open
madbob wants to merge 1 commit intotaocomp:masterfrom
madbob:novalue
Open

Skipping empty values#13
madbob wants to merge 1 commit intotaocomp:masterfrom
madbob:novalue

Conversation

@madbob
Copy link

@madbob madbob commented Apr 21, 2019

This is intended to simplify set of multiple values, such as in:

$e->setValues('DatiTrasmissione', [
    // ...
    'PECDestinatario' => $customer->sdi_code == '0000000' ? $customer->pec : null,
    // ...
]);

@aded
Copy link
Collaborator

aded commented Apr 26, 2019

This is intended to simplify set of multiple values, such as in:
(...)

Hi madbob, thanks for your PR. I'll take a look at the package in few days and will update the code soon - need to improve it :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants