for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace hiqdev\php\billing\provider;
class Provider implements ProviderInterface
{
/**
* @var int
*/
protected $id;
* @inheritDoc
public function getId()
// TODO: Implement getId() method.
}
public function getUniqueId()
// TODO: Implement getUniqueId() method.