rector-laravel icon indicating copy to clipboard operation
rector-laravel copied to clipboard

Add failing test for jobs imported as alias

Open Sparclex opened this issue 1 year ago • 0 comments

Using the rule DispatchNonShouldQueueToDispatchSyncRector it should detect the ShouldQueue interface on a class even when it is imported as alias. This PR adds a failing test for this case.

Sparclex avatar Jun 28 '24 07:06 Sparclex