Bump symfony/http-kernel from 4.4.43 to 4.4.50 #1

Open
dependabot[bot] wants to merge 15 commits from dependabot/composer/symfony/http-kernel-4.4.50 into master
Showing only changes of commit 2336243500 - Show all commits

View File

@ -55,6 +55,14 @@ class UptimeRobotApiService
return !empty($this->apiKey);
}
/**
* @return string
*/
public function getApiKey(): string
{
return $this->apiKey;
}
public function getIo(): SymfonyStyle
{