| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 53 | public function add(array $criteria = [], array $config = []): ResponseInterface |
||
| 54 | { |
||
| 55 | $this->populate($criteria); |
||
| 56 | |||
| 57 | return ContactListContacts::add( |
||
| 58 | $this->getId(), |
||
| 59 | $this->getPayload(), |
||
| 60 | $this->getConnection(), |
||
| 61 | $this->getCache(), |
||
| 62 | $this->getLogger(), |
||
| 63 | $config |
||
| 64 | ); |
||
| 65 | } |
||
| 66 | |||
| 87 |