You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove stray full stops from end of lines in inline comments (#185)
I've made a script to autofix all PHPCS complaints related to "all
comments must end with a full stop" since the sniff complains but does
not autofix. It seems like I haven't considered multiline comments :-)
This PR removes a bunch of end-of-line full stops from places where they
don't make any sense.
0 commit comments