CakeDC / cakephp-phpstan

CakePHP extension for PHPStan
Other
33 stars 6 forks source link

Remove unnecessary left end backslash from the namespace #7

Closed zonuexe closed 2 years ago

zonuexe commented 2 years ago

PHPStan\Type\ObjectType expects a class name that doesn't start with a backslash.

see https://github.com/phpstan/phpstan-src/search?p=2&q=ObjectType

rochamarcelo commented 2 years ago

Thank you