Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grkamil authored Feb 15, 2023
1 parent 52d7803 commit c5e2f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TelegramHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ private function sendMessage(string $text): void
* @param string $defaultConfigKey
* @return string
*/
private function getConfigValue($key, $defaultConfigKey = null): string
private function getConfigValue($key, $defaultConfigKey = null): ?string
{
if (isset($this->config[$key])) {
return $this->config[$key];
Expand Down

0 comments on commit c5e2f35

Please sign in to comment.