# Bug Report <!-- First, thank you for reporting a bug. That takes time and we appreciate that! --> | Subject | Details | | :------------- | :---------------------------------------------------------------| | Rector version | 0.9.31 | | Installed as | composer dependency | <!-- Please describe your problem here. --> ## Minimal PHP Code Causing Issue I just run composer update in `CodeIgniter4` project, and re-run the `vendor/bin/rector process` got the following error: ```bash [ERROR] Interface 'Symplify\RuleDocGenerator\Contract\DocumentedRuleInterface' not found ``` <!-- Reproduce the issue using https://getrector.org/demo/ and post the URL here. --> ## Expected Behaviour <!-- How should Rector change the code? Or should Rector skip it? --> works.