Skip to content

Commit 4ef93f7

Browse files
authored
Update SearchReplacer.php based off PHP CS
1 parent aff9a8f commit 4ef93f7

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
@@ -90,7 +90,7 @@ private function run_recursively( $data, $serialised, $recursion_level = 0, $vis
9090
error_reporting( $error_reporting & ~E_NOTICE & ~E_WARNING );
9191
$unserialized = is_string( $data ) ? @unserialize( $data ) : false;
9292
error_reporting($error_reporting);
93-
} catch (\TypeError $e) {
93+
} catch ( \TypeError $e ) {
9494
// catch incompatible deserialized object type conversions between different PHP versions and skip them
9595
\WP_CLI::warning(
9696
sprintf(

0 commit comments

Comments
 (0)