Open
Conversation
Lukasss93
reviewed
Mar 25, 2026
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) |
Member
There was a problem hiding this comment.
@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...
5e4d90e to
a21bdfb
Compare
a21bdfb to
addb9e2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the facade signatures after a new release.