Abdul Malik Ikhsan
Abdul Malik Ikhsan
I am going to close this, this is expected, as signature is string, which not allow null, even docblock should be respected by the app that uses it. The refactor...
You need to rebase latest main branch to fix unit test: ```bash git checkout main git pull [email protected]:rectorphp/rector-src.git main git checkout add-get-class-rectors git rebase main git push --force origin add-get-class-rectors...
It seems due to invalid `@param` on new version of `illuminate/container 11.21.0` ``` * @param ReflectionParameter $dependency ``` which `ReflectionParameter` never used on use statement, so it cause error and...
I created PR to laravel repo: - https://github.com/laravel/framework/pull/52541
Temporary solution on our side https://github.com/rectorphp/rector-src/pull/6247
closing as answered and needs reproducible code/config to make a fix.
That's usually due to some autoload not setup properly, ensure it setup properly, and it will works as is, see https://getrector.com/documentation/static-reflection-and-autoload
closing as answered and needs reproducible code/config to make a fix.
we are aware of it, just not a priority right now https://github.com/rectorphp/rector/issues/8663#issuecomment-2144728710