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 e074989 commit 2ac54dcCopy full SHA for 2ac54dc
src/Traits/StringTypeTrait.php
@@ -32,7 +32,7 @@
32
*/
33
trait StringTypeTrait
34
{
35
- use PropertyTypeTrait;
+ use ComparableTypeTrait;
36
use AliasableTrait;
37
38
/**
src/Types/PropertyTypes/StringType.php
@@ -25,11 +25,12 @@
25
use WikibaseSolutions\CypherDSL\EndsWith;
26
use WikibaseSolutions\CypherDSL\Regex;
27
use WikibaseSolutions\CypherDSL\StartsWith;
28
+use WikibaseSolutions\CypherDSL\Traits\ComparableTypeTrait;
29
30
31
* Represents the type "string".
-interface StringType extends PropertyType
+interface StringType extends ComparableType
* Check whether this expression the given expression.
0 commit comments