Merge pull request #151 from mdwheele/fix-psr-build-failures

Fixes PSR formatting causing build failures.
1.0
Phil Sturgeon 2014-10-23 13:24:44 -04:00
commit 375a737b9b
2 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@ abstract class AbstractProvider implements ProviderInterface
* @param string $arg_separator
* @param null|integer $enc_type
* @return string
* @codeCoverageIgnoreStart
* @codeCoverageIgnoreStart
*/
protected function httpBuildQuery($params, $numeric_prefix = 0, $arg_separator = '&', $enc_type = null)
{

View File

@ -52,7 +52,7 @@ class AccessToken
// Mailru uses x_mailru_vid instead of uid
isset($options['x_mailru_vid']) and $this->uid = $options['x_mailru_vid'];
// We need to know when the token expires. Show preference to
// We need to know when the token expires. Show preference to
// 'expires_in' since it is defined in RFC6749 Section 5.1.
// Defer to 'expires' if it is provided instead.
if (!empty($options['expires_in'])) {