Skip to content

Update Facade Signatures#46

Open
github-actions[bot] wants to merge 1 commit intomasterfrom
update-facade-signatures
Open

Update Facade Signatures#46
github-actions[bot] wants to merge 1 commit intomasterfrom
update-facade-signatures

Conversation

@github-actions
Copy link
Copy Markdown

This pull request updates the facade signatures after a new release.

@github-actions github-actions bot requested a review from Lukasss93 as a code owner March 25, 2026 20:11
Comment on lines -116 to -120
* @method static \SergiX44\Nutgram\Telegram\Types\Chat\ChatInviteLink|null createChatInviteLink(int|string $chat_id, string|null $name = null, int|null $expire_date = null, int|null $member_limit = null, bool|null $creates_join_request = null)
* @method static \SergiX44\Nutgram\Telegram\Types\Chat\ChatInviteLink|null editChatInviteLink(int|string $chat_id, string $invite_link, string|null $name = null, int|null $expire_date = null, int|null $member_limit = null, bool|null $creates_join_request = null)
* @method static \SergiX44\Nutgram\Telegram\Types\Chat\ChatInviteLink|null createChatSubscriptionInviteLink(string|int $chat_id, int $subscription_period, int $subscription_price, string|null $name = null)
* @method static \SergiX44\Nutgram\Telegram\Types\Chat\ChatInviteLink|null editChatSubscriptionInviteLink(int|string $chat_id, string $invite_link, string|null $name = null)
* @method static \SergiX44\Nutgram\Telegram\Types\Chat\ChatInviteLink|null revokeChatInviteLink(int|string $chat_id, string $invite_link)
Copy link
Copy Markdown
Member

@Lukasss93 Lukasss93 Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@plakhin the script laravel/facade-documenter is very buggy. (Looking at the internal code, I can see it doesn’t properly support traits—it can’t read the “use” statements.)

I’m not sure how to fix all these incorrect signatures without first fixing laravel/facade-documenter...

@github-actions github-actions bot force-pushed the update-facade-signatures branch from 5e4d90e to a21bdfb Compare April 4, 2026 22:18
@github-actions github-actions bot requested a review from Lukasss93 April 4, 2026 22:18
@github-actions github-actions bot force-pushed the update-facade-signatures branch from a21bdfb to addb9e2 Compare April 8, 2026 17:11
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.

1 participant