for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace League\Fractal\Test\Stub\Transformer;
use League\Fractal\TransformerAbstract;
class GenericAuthorTransformer extends TransformerAbstract
{
public function transform(array $author)
return $author;
}