Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
punyflash committed Jul 17, 2021
1 parent 7c18e6b commit 35dad59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BotManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function __unset(string $key)
* Get bot by name.
* @param string $name bot name
* @throws TeleBotObjectException
* @return null|TeleBot
* @return TeleBot
*/
public function bot(string $name = null)
{
Expand Down

0 comments on commit 35dad59

Please sign in to comment.