Closed sagikazarmark closed 8 years ago
@php-http/owners any idea why StyleCI suddenly gone mad?
/cc @grahamcampbell
StyleCI is doing one build for a PR, and one for a push, exactly like Travis does.
See https://blog.alt-three.com/new-pr-analysis-system/ for more details.
@GrahamCampbell analysis was okay until yesterday, now it wants to remove trailing period from docblocks: https://styleci.io/repos/48317882
Ah, right. That's a change to the symfony CS. They made this change in their codebase very recently, and our rules have been updated accordingly.
I actually forgot to regen our docs website after the last deploy. I'll do that now!
Do you have a PR/link where they introduced this change? Just for reference in our boilerplate and I would like to see some reasoning too if any. Thanks.
Of course. Here you are: https://github.com/symfony/symfony/pull/19198.
That said, it does look like they specifically are only removing the dots from param and return annotations. I will look into this.
Thanks for the quick response.
What's in this PR?
Improve some package files.