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

Usage of "\\" in single quoted strings #92

Open aik099 opened 8 years ago

aik099 commented 8 years ago

Report usages of \\ in single quoted strings. Autofixing would just replace them with \.

P.S. Would greatly simplify auto-fixing in the PHPUnit-Mink and QA-Tools libraries, where I've used it.