Code cleanup that (hopefully) matches style CI

This commit is contained in:
James Cole
2020-03-17 15:03:08 +01:00
parent 24129ab69c
commit 91c067ac9f
48 changed files with 182 additions and 131 deletions

View File

@@ -29,6 +29,7 @@ use Log;
/**
* Class YnabPrerequisites
*
* @deprecated
* @codeCoverageIgnore
*/
@@ -131,7 +132,7 @@ class YnabPrerequisites implements PrerequisitesInterface
if (null === $clientId) {
return false;
}
if ('' === (string)$clientId->data) {
if ('' === (string) $clientId->data) {
return false;
}
@@ -149,7 +150,7 @@ class YnabPrerequisites implements PrerequisitesInterface
if (null === $clientSecret) {
return false;
}
if ('' === (string)$clientSecret->data) {
if ('' === (string) $clientSecret->data) {
return false;
}