Skip to content

Conversation

AhmedAlaa4611
Copy link
Contributor

Description

This PR updates the @mixin annotation introduced in #56681 to use the Fully Qualified Class Name for consistency with how @mixin annotation is used throughout the framework.

See

/**
* @mixin \Illuminate\Process\Factory
* @mixin \Illuminate\Process\PendingProcess
*/

/**
* @mixin \Illuminate\Queue\QueueManager
* @mixin \Illuminate\Contracts\Queue\Queue
*/

/**
* @mixin \Illuminate\Mail\Message
*/

@AhmedAlaa4611
Copy link
Contributor Author

I don't think the failing test has anything to do with what I'm doing here.

@taylorotwell taylorotwell merged commit 45e5ba2 into laravel:12.x Aug 28, 2025
63 of 65 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants