for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Linode\Api\Volumes;
use Linode\Api\Volumes\Commands\ListVolumesCommand;
class VolumesManager
{
public function list()
return new ListVolumesCommand();
}