Skip to content

Commit

Permalink
phpcbf to fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Oct 6, 2023
1 parent c5e2340 commit 04bc7f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/WordPress/WPConfigFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ private function includeFile(): void
if ($result->getExitCode() !== 0) {
$previous = $returnValue instanceof Throwable ? $returnValue : null;
throw new ProcessException(
$result->getStderrBuffer() ?: $result->getStdoutBuffer(),
$result->getExitCode(),
$previous
$result->getStderrBuffer() ?: $result->getStdoutBuffer(),
$result->getExitCode(),
$previous
);
}

Expand Down

0 comments on commit 04bc7f7

Please sign in to comment.