for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace CultuurNet\UDB3\Cdb\Event;
use CultureFeed_Cdb_Item_Event;
class Any implements SpecificationInterface
{
public function isSatisfiedByEvent(CultureFeed_Cdb_Item_Event $event)
return true;
}