driftingly / rector-laravel

Rector upgrades rules for Laravel
http://getrector.org
MIT License
529 stars 51 forks source link

Fix DispatchNonShouldQueueToDispatchSyncRector for aliased jobs #230

Closed GeniJaho closed 2 months ago

GeniJaho commented 3 months ago

Fixes https://github.com/driftingly/rector-laravel/pull/224.

GeniJaho commented 2 months ago

Looks good. Might be good to have a test that covers the scenario being fixed?

The test is in the PR being referenced. After merging this, the tests there should pass.