Closed ravage84 closed 1 year ago
I agree these comments can be cleaned up and it might be good to do so. I'm not sure I agree with the choices here though, to me the // ...
is the gold standard as opposed to something overly verbose like // Here lies a placeholder for class body content
as the comments aren't really meant to be read, they are meant to act as a stand-in for code that would otherwise have to be dummy code.
I created an alternative to this PR that replaces all strucutre body comments with ellipsis: https://github.com/php-fig/per-coding-style/pull/79
Merged #79 instead, so closing this one.
I'll admit, this is nitpicking but it helps to think less about the comments when reading the specification.