We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0afae commit d57ad7cCopy full SHA for d57ad7c
src/SplitIO/Grammar/Condition/Matcher/ContainsString.php
@@ -6,9 +6,7 @@
6
7
class ContainsString extends AbstractMatcher
8
{
9
- protected $ContainsStringMatcherData = null;
10
-
11
- private $containsStringMatcherData;
+ private $containsStringMatcherData = null;
12
13
public function __construct($data, $negate = false, $attribute = null)
14
0 commit comments