Skip to content

Commit 3182b93

Browse files
committed
Another small linting issue
1 parent 20b0cf2 commit 3182b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auth/test/authTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private function runCommand($commandName, $serviceAccountPath=null, $projectId=n
102102
$commandTester->execute(
103103
[
104104
'serviceAccountPath'=> $serviceAccountPath,
105-
'projectId'=> $projectId
105+
'projectId'=> $projectId
106106
],
107107
['interactive' => false]
108108
);
@@ -111,7 +111,7 @@ private function runCommand($commandName, $serviceAccountPath=null, $projectId=n
111111
$application->renderException($e, $commandTester->getOutput());
112112
return $commandTester->getDisplay();
113113
}
114-
} else if ($projectId) {
114+
} elseif ($projectId) {
115115
try {
116116
$commandTester->execute(
117117
[

0 commit comments

Comments
 (0)