aazsamir
Results
2
issues of
aazsamir
I would expect the framework to log exceptions using the logger I set up in the config. I always log everything to `php://stdout` and I don't want to keep track...
This pull request adds support for union types along with partially-understanding types defined in docblock. ```php class StoreRequest { /** @var string|string[] */ public string|array $tags; } ``` `mixed` type...