You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just installed rector as a composer global dependency and starting it leads to the following exception
$ composer rector
> rector process --config=.tools/rector/rector.php
PHP Fatal error: Uncaught Error: Class 'Rector\Core\Console\Style\SymfonyStyleFactory' not found in C:\dev\composer\vendor\rector\rector\bin\rector.php:35
Stack trace:
#0 C:\dev\composer\vendor\rector\rector\bin\rector(4): require_once()
#1 {main}
thrown in C:\dev\composer\vendor\rector\rector\bin\rector.php on line 35
Fatal error: Uncaught Error: Class 'Rector\Core\Console\Style\SymfonyStyleFactory' not found in C:\dev\composer\vendor\rector\rector\bin\rector.php:35
Stack trace:
#0 C:\dev\composer\vendor\rector\rector\bin\rector(4): require_once()
#1 {main}
thrown in C:\dev\composer\vendor\rector\rector\bin\rector.php on line 35
Script rector process --config=.tools/rector/rector.php handling the rector event returned with error code 255
$ php -v
PHP 7.3.0 (cli) (built: Dec 6 2018 02:17:00) ( ZTS MSVC15 (Visual C++ 2017) x86 )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.0-dev, Copyright (c) 1998-2018 Zend Technologies
with blackfire v1.24.1~win-x32-zts73, https://blackfire.io, by Blackfire
on windows10x64
The text was updated successfully, but these errors were encountered:
Bug Report
just installed rector as a
composer global
dependency and starting it leads to the following exceptionon windows10x64
The text was updated successfully, but these errors were encountered: