php-scoper
php-scoper copied to clipboard
[Scoper] Prefix more strings
if ('Hoa\\Core' === \substr($classname, 0, 8) && \false !== ($pos = \strpos($classname, '\\', 10)) && 'Bin\\' !== \substr($classname, 9, 4)) {
There is no reason to not prefix the string on the first line