for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Marek\Toggable\Service\Authentication;
use Marek\Toggable\API\Toggl\AuthenticationServiceInterface;
use Marek\Toggable\Service\AbstractService;
/**
* Class AuthenticationService
* @package Marek\Toggable\Service\Authentication
*/
class AuthenticationService extends AbstractService implements AuthenticationServiceInterface
{
* @inheritdoc
public function getSessionCookie()
throw new \RuntimeException('Not implemented');
}
public function destroySession()