We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d7803 commit c5e2f35Copy full SHA for c5e2f35
src/TelegramHandler.php
@@ -150,7 +150,7 @@ private function sendMessage(string $text): void
150
* @param string $defaultConfigKey
151
* @return string
152
*/
153
- private function getConfigValue($key, $defaultConfigKey = null): string
+ private function getConfigValue($key, $defaultConfigKey = null): ?string
154
{
155
if (isset($this->config[$key])) {
156
return $this->config[$key];
0 commit comments