aik099 / CodingStandard

The PHP_CodeSniffer coding standard I'm using on all of my projects
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Investigate why InlineCommentSniff fails with PHP_CodeSniffer 2.3.4 #87

Closed aik099 closed 8 years ago

aik099 commented 8 years ago

Related to https://github.com/squizlabs/PHP_CodeSniffer/issues/702

aik099 commented 8 years ago

Applied fix from https://github.com/squizlabs/PHP_CodeSniffer/commit/b775c65106e4d0ce687a0274d78773403b980754 commit, because I originally copied this sniff from Squiz.Commenting.InlineComment, that was changed in there.