documentation update + code fixes

This commit is contained in:
Antonio Ramirez
2017-06-11 23:25:51 +02:00
parent 4dedf111a1
commit 7344ad31df
91 changed files with 1699 additions and 827 deletions

View File

@ -28,9 +28,9 @@ class Yandex extends BaseYandex implements AuthClientInterface
if ($emails !== null && isset($emails[0])) {
return $emails[0];
} else {
return null;
}
return null;
}
/**