Alexey Kopytko

Results 59 issues of Alexey Kopytko

Fixes #11. The major difference from #12 is that this PR uses the version of PHPUnit we install, as opposed to the version that comes with Ubuntu.

- Add more recent versions of PHP to the build at Travis. - Fix build errors under PHP 7+. [Example error.](https://travis-ci.org/schmittjoh/php-collection/jobs/433242000#L576) Fixes #25

Is this still maintained? I wonder if it'll worth spending time patching up this library to better play with more or less recent versions of PHP. Specifically there was a...

Add build status icon. (Failing currently.)

More info: https://docs.travis-ci.com/user/languages/php/#choosing-php-versions-to-test-against

Replaces #36 - I'll try to update this file with some technical details later. - Adding a full `readme.txt` to `README.md` conversion is not possible, but most likely will require...

Would you mind adding a CI procedure for Travis? If yes, I'll make a config and a test, so that you would only need to toggle the switch there.

We're installing Infection as a dev dependency with composer, and naturally we will have the same StreamWrapper classes here in the library, and there, inside Infection. To counter this we...

https://github.com/appwilio/cdek-sdk/blob/6dbd08b1c7c885b655500b7e3afb7a104a1d77dd/src/Responses/PrintReceiptsResponse.php#L55 `orders` и `ordersPrint` объявлены как `Order[]`, а `errors` объявлено как `PrintReceiptsError[]`, то есть массив совершенно другого типа. Здесь что-то другое имелось ввиду?