for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace RedirectionIO\Client\Sdk\Command;
abstract class Command implements CommandInterface
{
protected $projectKey;
public function setProjectKey(string $projectKey)
$this->projectKey = $projectKey;
}