Skip to content

Commit fde70ec

Browse files
authored
Update SearchReplacer.php with changes from PHPCS
1 parent 4ef93f7 commit fde70ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WP_CLI/SearchReplacer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private function run_recursively( $data, $serialised, $recursion_level = 0, $vis
8989
$error_reporting = error_reporting();
9090
error_reporting( $error_reporting & ~E_NOTICE & ~E_WARNING );
9191
$unserialized = is_string( $data ) ? @unserialize( $data ) : false;
92-
error_reporting($error_reporting);
92+
error_reporting( $error_reporting );
9393
} catch ( \TypeError $e ) {
9494
// catch incompatible deserialized object type conversions between different PHP versions and skip them
9595
\WP_CLI::warning(

0 commit comments

Comments
 (0)