Skip to content

Update Facade Signatures - #42

Merged
Lukasss93 merged 2 commits into
masterfrom
update-facade-signatures
Mar 22, 2026
Merged

Update Facade Signatures#42
Lukasss93 merged 2 commits into
masterfrom
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 22, 2026 17:11
…tures

# Conflicts:
#	src/Facades/Telegram.php
@Lukasss93
Lukasss93 merged commit 17ea5e5 into master Mar 22, 2026
21 checks passed
@Lukasss93
Lukasss93 deleted the update-facade-signatures branch March 22, 2026 17:16
Comment thread src/Facades/Telegram.php
* @method static mixed set(string|int $key, mixed $value)
* @method static void delete(string|int $key)
* @method static void clear()
* @method static mixed getGlobalData(void $key, mixed $default = null)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@Lukasss93
void $key?

@method static mixed getGlobalData(void $key, mixed $default = null)
@method static bool setGlobalData(void $key, void $value, \DateInterval|int|null $ttl = null)
@method static bool deleteGlobalData(void $key)
@method static mixed getUserData(void $key, int|null $userId = null, mixed $default = null)
@method static bool setUserData(void $key, void $value, int|null $userId = null, \DateInterval|int|null $ttl = null)
@method static bool deleteUserData(void $key, int|null $userId = null)

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