for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* File was created 29.05.2015 21:06
*
* @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
* IsInstanceOf
class IsInstanceOf extends \PeekAndPoke\Component\Psi\Psi\IsInstanceOf
{
}