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;
/**
* This class contains all the routines necessary to connect to Spectre.
*
* @deprecated
* @codeCoverageIgnore
*/
@@ -178,7 +179,7 @@ class SpectrePrerequisites implements PrerequisitesInterface
if (null === $appId) {
return false;
}
if ('' === (string)$appId->data) {
if ('' === (string) $appId->data) {
return false;
}
@@ -196,7 +197,7 @@ class SpectrePrerequisites implements PrerequisitesInterface
if (null === $secret) {
return false;
}
if ('' === (string)$secret->data) {
if ('' === (string) $secret->data) {
return false;
}