for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Imanghafoori\HeyMan\Switching;
trait Turn
{
public function turnOff(): Consider
return new Consider('turnOff');
}
public function turnOn(): Consider
return new Consider('turnOn');