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