for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* File was created 27.08.2015 08:44
*
* @author Karsten J. Gerber <[email protected]>
*/
namespace PeekAndPoke\Component\Psi\Functions\Unary\Mapper;
use PeekAndPoke\Component\Psi\Psi\Map\Identity;
* @deprecated will be removed in v1.0.0 use equivalent in Psi\... instead
class IdentityMapper extends Identity
{
}