-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments in code exceeds 120 characters #176
Comments
If there is a technical reason that 120 is highlighted as a cut-off point I'll consider changing it. However, 120 characters seems to have been chosen entirely arbitrarily. |
The PSR coding standard says
|
PSR-2 is subjective and inconsistent. This repo does not follow it and has no intention of doing so. |
The only thing that fails in PSR validation with PHP code sniffer is the «comments» with long sentence. |
I agree with Tom. What's the point of this rule?
|
Just keep in mind that this line will only work if you're using Dice as a dependency, but not if you are working on the Dice package itself. |
PHP Code Sniffer complains about Line exceeds 120 characters for a lot of lines in Dice.php
The text was updated successfully, but these errors were encountered: