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 feb1703 commit bbb9585Copy full SHA for bbb9585
src/Equality.php
@@ -40,7 +40,11 @@ class Equality extends BinaryOperator implements BooleanType
40
use ErrorTrait;
41
42
/**
43
- * @inheritDoc
+ * Equality constructor
44
+ *
45
+ * @param PropertyType|CompositeType $left The left-hand of the expression
46
+ * @param PropertyType|CompositeType $right The right-hand of the expression
47
+ * @param bool $insertParentheses Whether to insert parentheses around the expression
48
*/
49
public function __construct(Anytype $left, AnyType $right, bool $insertParentheses = true)
50
{
0 commit comments