Artem M.

Results 4 issues of Artem M.

Hi! Are there any plans to support magic methods? I didn't find an answer in the docs. Example: ```php class TransportFactory { public static function __callStatic(string $method, array $arguments): string...

**Describe the bug** If someone uses mezzio + PHP-DI, they will receive an error `MessageBusFactory::messenger.command.bus() is not a callable. A __call() or __callStatic() method exists but magic methods are not...

type: bug

Hi! Could we translate pages into different languages by using the [Jekyll Multiple Languages Plugin](https://www.rubydoc.info/gems/jekyll-multiple-languages-plugin)?

В коде отсутствует обработка ошибок curl: https://github.com/drillcoder/AmoCRM_Wrap/blob/d49e41b78c8acf2882004e2261d8c60337e6db6f/src/Base.php#L88-L89 Если запрос вообще не выполнится, то сработает исключение `Не удалось авторизоваться`. Что бы при этом понять реальную причину, необходимо отлаживать весь код по...