Skip to content

Commit 32d88ef

Browse files
authored
Merge pull request #112 from jrfnl/feature/cs-fixes-9
PHPCS: fix up the code base [9] - one property per statement
2 parents b2d374a + 81522f8 commit 32d88ef

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)