for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Thermal\Profile;
class Sweda extends Elgin
{
public function buzzer()
$this->getConnection()->write("\x07");
return $this;
}