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