Skip to content

Commit 3b05980

Browse files
committed
Lint fix
1 parent d4378ce commit 3b05980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WP_CLI/Shell/REPL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function start() {
9595
// Display the error message but continue the session
9696
fwrite( STDERR, get_class( $e ) . ': ' . $e->getMessage() . "\n" );
9797
$__repl_eval_had_error = true;
98-
$__repl_eval_result = null;
98+
$__repl_eval_result = null;
9999
}
100100
$__repl_output = (string) ob_get_clean();
101101
if ( 0 < strlen( $__repl_output ) ) {

0 commit comments

Comments
 (0)