Invoker icon indicating copy to clipboard operation
Invoker copied to clipboard

Generic and extensible callable invoker

Results 3 Invoker issues
Sort by recently updated
recently updated
newest added

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...

This isn't really an issue of Invoker, but should_invoke_callable_with_optional_parameter_before_required_parameter fails on PHP 8.2 due to PHP tightening up optional-before-required param behavior. If that's desired functionality in Invoker even >= PHP...

I did make up this description for the library: https://salsa.debian.org/php-team/pear/php-di-invoker/-/blob/debian/unstable/debian/control#L26 What do you think? First line is the short description and after is the long one