Márk Sági-Kazár
Márk Sági-Kazár
- [ ] Add DiscoveryFailedException - [ ] Improve DiscoveryFailedException
Do we want to use phpDocumentor? @mekras raised the idea. Honestly, I am not sure it is even possible given that the project is separated into several repos, but would...
I think most people fear from breaking BC. I absolutely agree with them, that's why I think we should recommend them a two step migration. 1. Use HTTPlug internally, don't...
Not sure if it makes sense for all lists, but a class with constants in it might be useful. A usecase: https://github.com/florianv/swap/issues/3 Examples: - `Currency::EUR` - `Locale:en_US` It might be...
As the title says, when trying to decode a pointer of a pointer of any supported type to a map, mapstructure returns an error saying `'' expected a map, got...
First of all, thanks for this great package! It's really useful in many scenarios, one of which is unmarshaling configuration in [Viper](https://github.com/spf13/viper). We are dealing with a problem in Viper...
It also provides timezone in it's response.
The error message in PHP core function is the same: `password_hash() expects at least 2 parameters, 0 given` In the backported function, there is something like this: `Missing argument 1....`...