collmex icon indicating copy to clipboard operation
collmex copied to clipboard

Collmex PHP SDK

Results 7 collmex issues
Sort by recently updated
recently updated
newest added

## `PurchaseOrder` `supplier_zip` → `supplier_zipcode` `supplier_tel` → `supplier_phone` `supplier_tel2` → `supplier_phone2` `supplier_telefax` → `supplier_fax` `supplier_account_number` → `supplier_bank_account` `supplier_bank_routing_number` → `supplier_bank_code` `supplier_different_dipositor` → `supplier_bank_account_owner` `supplier_IBAN` → `supplier_bank_iban` `supplier_bank_BIC` → `supplier_bank_bic` `supplier_bank`...

breaking-change

The `AbstractType::__get` and `AbstractType::__set` do not allow static analysis for cases where they are used. I'd like to deprecate them and replace them with explicit `get` and `set` methods together...

discussion

E.g., `string[]`. This will help static code analysis. I will create a PR for this.

I've found this with the help of Psalm. Should it be `string[]` or `string[][]`? And if it is a `string[][]`, why does `CsvResponse::parseCsv` pass in a `string`, not a `string[]`?

bug
cleanup
discussion

Currently, `Request::send` can return either a `ZipResponse` or a `CsvResponse` (depending on the MIME type of the HTTP response). Both Response classes share the same interface `ResponseInterface`. However, this interface...

cleanup
discussion

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 11.2.6 Changed #5880: Add hints to CLI parameter deprecation messages How to install...

dependencies
php