Skip to content

[12.x] Fix incorrect @return type in VendorPublishCommand::publishTag#58774

Merged
taylorotwell merged 1 commit intolaravel:12.xfrom
mohammadRezaei1380:VendorPublishCommand
Feb 12, 2026
Merged

[12.x] Fix incorrect @return type in VendorPublishCommand::publishTag#58774
taylorotwell merged 1 commit intolaravel:12.xfrom
mohammadRezaei1380:VendorPublishCommand

Conversation

@mohammadRezaei1380
Copy link
Contributor

The publishTag method does not return any value, however its docblock specifies @return mixed.

This PR updates the return type to void to accurately reflect the method's actual behavior.

… specifies @return mixed.

This PR updates the return type to void to accurately reflect the method behavior.
@taylorotwell taylorotwell merged commit 5bcd429 into laravel:12.x Feb 12, 2026
72 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