Haehnchen / idea-php-toolbox

Collections of tools and improvements to make PhpStorm a little bit better
http://phpstorm.espend.de/php-toolbox
MIT License
158 stars 20 forks source link

Allow double slashes for class and interfaces references string #34

Closed King2500 closed 8 years ago

King2500 commented 8 years ago

works:

$container = $this->getMock('Symfony\Component\DependencyInjection\ContainerBuilder');

does not:

$container = $this->getMock('Symfony\\Component\\DependencyInjection\\ContainerBuilder');
Haehnchen commented 8 years ago

added