php-scoper icon indicating copy to clipboard operation
php-scoper copied to clipboard

[Scoper] Prefix more strings

Open theofidry opened this issue 6 years ago • 0 comments

        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

theofidry avatar Nov 18 '18 16:11 theofidry