Skip to content

Commit a80c146

Browse files
committed
Style fixes.
1 parent 58be9a0 commit a80c146

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

wpengine-phpcompat.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ function start_test() {
9292

9393
// Fork so we can close the connection.
9494
$this->fork_scan( $test_version, $only_active );
95-
}
96-
else {
95+
} else {
9796
$wpephpc->test_version = $test_version;
9897
$wpephpc->only_active = $only_active;
9998

@@ -173,8 +172,8 @@ function fork_scan( $test_version, $only_active ) {
173172

174173
// Keep track of these variables.
175174
$body = array(
176-
'test_version'=> $test_version,
177-
'only_active'=> $only_active,
175+
'test_version' => $test_version,
176+
'only_active' => $only_active,
178177
);
179178

180179
// Instantly return!

0 commit comments

Comments
 (0)