trycourier / courier-php

A PHP package for communicating with the Courier REST API.
https://packagist.org/packages/trycourier/courier
MIT License
11 stars 4 forks source link

Loosen CourierClientInterface to allow nullable params #22

Closed defnorep closed 3 years ago

defnorep commented 3 years ago

The CourierClient class has nullable parameters, so the interface was too strict.

This commit also introduces a .gitignore and composer.lock which were not present prior.

Description of the change

Description here

Type of change

Checklists

Development

Code review