Skip to content

Commit

Permalink
Merge pull request #393 from nutgram/analysis-YO0gZ0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed Mar 13, 2023
2 parents d346beb + 53d969f commit 082c473
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/Conversations/Conversation.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*/
abstract class Conversation
{

/**
* @var bool
*/
Expand Down
1 change: 0 additions & 1 deletion src/Proxies/GlobalCacheProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*/
trait GlobalCacheProxy
{

/**
* @param $key
* @param null $default
Expand Down
1 change: 0 additions & 1 deletion src/RunningMode/Fake.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

class Fake implements RunningMode
{

/**
* Fake running mode constructor.
* @param object|array|null $update
Expand Down
1 change: 0 additions & 1 deletion src/RunningMode/Polling.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

class Polling implements RunningMode
{

/**
* @param Nutgram $bot
* @throws InvalidArgumentException
Expand Down
1 change: 0 additions & 1 deletion src/RunningMode/Webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

class Webhook implements RunningMode
{

/**
* @var array|string[]
*/
Expand Down
1 change: 0 additions & 1 deletion src/Telegram/Endpoints/InlineMode.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
trait InlineMode
{

/**
* Use this method to send answers to an inline query. On success, True is returned.
* No more than 50 results per query are allowed.
Expand Down
1 change: 0 additions & 1 deletion src/Telegram/Types/Chat/ChatAdministratorRights.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*/
class ChatAdministratorRights extends BaseType
{

/**
* True, if the user's presence in the chat is hidden
*/
Expand Down
1 change: 0 additions & 1 deletion src/Telegram/Types/Internal/InputFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*/
class InputFile
{

/**
* @var resource
*/
Expand Down
1 change: 0 additions & 1 deletion src/Testing/TypeFaker.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

class TypeFaker
{

/**
* @param Hydrator $hydrator
*/
Expand Down

0 comments on commit 082c473

Please sign in to comment.