Skip to content

Commit c5e2f35

Browse files
authored
fix
1 parent 52d7803 commit c5e2f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TelegramHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ private function sendMessage(string $text): void
150150
* @param string $defaultConfigKey
151151
* @return string
152152
*/
153-
private function getConfigValue($key, $defaultConfigKey = null): string
153+
private function getConfigValue($key, $defaultConfigKey = null): ?string
154154
{
155155
if (isset($this->config[$key])) {
156156
return $this->config[$key];

0 commit comments

Comments
 (0)