Antoine Lamirault
Antoine Lamirault
I think we can edit `debug:translation` command and add an option `only-empty` like `only-unused` and `only-missing`
> > Why documenting parameters for only one method and not the others? > > For me it is the documentation itself that is not necessary for parameters why not...
PR is merged, this issue can be closed :+1:
@javiereguiluz PR was merged, we can close this issue :smile:
I'm also interested by this feature. (Or at least have a method to list webhook Ips (by fetching the endpoint))
I think updating documentation is not enough and there is a bug or bad behavior. ```php $finder = new Finder(); $finder ->in(__DIR__) ->exclude('foo'); ``` `_DIR_` content ``` . ├── bar/...
I can't found original "mistake" in linked issue. Do you have an example ?
I think is now possible with the `Violation` object. When `rawLine` is empty line is not displayed https://github.com/OskarStark/doctor-rst/blob/d16c1de24fca817d90155b5546713189f7b7603f/src/Formatter/ConsoleFormatter.php#L92-L94
Yes it's still relevant With hardcoded recursive to `true` it works (like for exclude), but I was not able to create unit test to confirm it's the good fix https://github.com/symfony/symfony/blob/a08a41c65fbb61cbc2e9b5d4d9d12e5b1bce6287/src/Symfony/Component/Config/Loader/FileLoader.php#L82
How can we help to tag this hotfix ?