Skip to content

Commit 81522f8

Browse files
committed
PHPCS: fix up the code base [9] - one property per statement
Fixes relate to the following rules: * Declare only one property per statement.
1 parent 3e5b969 commit 81522f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/WP_CLI/SearchReplacer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
class SearchReplacer {
99

10-
private $from, $to;
10+
private $from;
11+
private $to;
1112
private $recurse_objects;
1213
private $regex;
1314
private $regex_flags;

0 commit comments

Comments
 (0)