Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexander-schranz/rector-namespace-rename-reproducable
Reproducable for an error in renaming with rector
https://github.com/alexander-schranz/rector-namespace-rename-reproducable
Last synced: 7 days ago
JSON representation
Reproducable for an error in renaming with rector
- Host: GitHub
- URL: https://github.com/alexander-schranz/rector-namespace-rename-reproducable
- Owner: alexander-schranz
- Created: 2021-11-26T13:50:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T21:02:33.000Z (about 3 years ago)
- Last Synced: 2024-10-27T05:04:02.602Z (about 2 months ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproducable
Quick Start copy the following into your bash console:
```
git clone [email protected]:alexander-schranz/rector-namespace-rename-reproducable.git
cd rector-namespace-rename-reproducable
composer install
bin/console cache:clear
vendor/bin/simple-phpunit installvendor/bin/rector process
# second run fails:
vendor/bin/rector process
```Erros with:
```
PHP Fatal error: Uncaught TypeError: RectorPrefix20211123\Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator::__construct(): Argument #1 ($container) must be of type RectorPrefix20211123\Symfony\Component\DependencyInjection\ContainerBuilder, Symfony\Component\DependencyInjection\ContainerBuilder given, called in /private/tmp/rector-namespace-rename-reproducable/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php on line 155 and defined in /private/tmp/rector-namespace-rename-reproducable/vendor/rector/rector/vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php:37
Stack trace:
...
```