Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pjedrzejewski/2501814 to your computer and use it in GitHub Desktop.
Save pjedrzejewski/2501814 to your computer and use it in GitHub Desktop.
<?php
if (
!$this->isOauthExists()
&& ('oauth' === $driver
|| (isset($fetcherConfig['options']['method']) && 'oauth' === $fetcherConfig['options']['method']))
) {
throw new \InvalidArgumentException('You should install and enable InoriTwitterBundle');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment