for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace GFG\Mapper\Data\Type;
class Single extends Base
{
public function run(&$data, $key = null)
$data = $this->get($key ?: $data);
}