Skip to content

Instantly share code, notes, and snippets.

@trikitrok
Last active June 30, 2019 20:39
Show Gist options
  • Select an option

  • Save trikitrok/f99484860f82f9dcb04ee2da38ffc39f to your computer and use it in GitHub Desktop.

Select an option

Save trikitrok/f99484860f82f9dcb04ee2da38ffc39f to your computer and use it in GitHub Desktop.
<?php
namespace Trovit\B2B\AdClick\Domain;
interface ClickValidator {
function isValid(array $click);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment