for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by gerk on 30.11.17 05:44
*/
namespace PeekAndPoke\Component\Psi\Psi\Str;
* @author Karsten J. Gerber <[email protected]>
class IsNotMatchingRegex extends IsMatchingRegex
{
public function __invoke($input)
return false === parent::__invoke($input);
}