Skip to content

Instantly share code, notes, and snippets.

@cursedcoder
Created April 26, 2012 18:32
Show Gist options
  • Save cursedcoder/2501727 to your computer and use it in GitHub Desktop.
Save cursedcoder/2501727 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