Rector: Class 'Symplify\AutowireArrayParameter\DependencyInjection\CompilerPass\AutowireArrayParameterCompilerPass' not found

Created on 7 Jan 2020  路  3Comments  路  Source: rectorphp/rector

| Subject | Details |
| :------------- | :----------------------------------------------------------- |
| Rector version | 0.6.6|
| PHP version | 7.3.13|
| Full Command | vendor/bin/rector --help |

Current Behaviour


Minimal PHP Code Causing Issue

Running

$ php -v

yields

PHP 7.3.13 (cli) (built: Dec 18 2019 16:08:06) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.13, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.3.13, Copyright (c) 1999-2018, by Zend Technologies

I ran

$ composer require --dev rector/rector:~0.6.6

in an empty directory (entirely new project without composer.json).

Running

$ ./vendor/bin/rector process --help

yields

 [ERROR] Class 'Symplify\AutowireArrayParameter\DependencyInjection\CompilerPass\AutowireArrayParameterCompilerPass' not
         found

Expected Behaviour

A bit of help.

Most helpful comment

Can confirm!

Thank you, @TomasVotruba!

All 3 comments

Should be fixed in 0.6.7, just released.

Could you confirm?

Can confirm!

Thank you, @TomasVotruba!

Thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

carusogabriel picture carusogabriel  路  5Comments

darthf1 picture darthf1  路  3Comments

peterrehm picture peterrehm  路  4Comments

DaveLiddament picture DaveLiddament  路  5Comments

jakzal picture jakzal  路  4Comments