
Rule no_binary_string
ΒΆ
There should not be a binary flag before strings.
ExamplesΒΆ
Example #1ΒΆ
--- Original
+++ New
-<?php $a = b'foo';
+<?php $a = 'foo';
Example #2ΒΆ
--- Original
+++ New
-<?php $a = b<<<EOT
+<?php $a = <<<EOT
foo
EOT;
Rule setsΒΆ
The rule is part of the following rule sets: