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