Skip to content

Commit d57ad7c

Browse files
committed
fixed typo
1 parent ab0afae commit d57ad7c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/SplitIO/Grammar/Condition/Matcher/ContainsString.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
class ContainsString extends AbstractMatcher
88
{
9-
protected $ContainsStringMatcherData = null;
10-
11-
private $containsStringMatcherData;
9+
private $containsStringMatcherData = null;
1210

1311
public function __construct($data, $negate = false, $attribute = null)
1412
{

0 commit comments

Comments
 (0)