Skip to content

Commit bbb9585

Browse files
author
Wout Gevaert
committed
Fix docblock
1 parent feb1703 commit bbb9585

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Equality.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ class Equality extends BinaryOperator implements BooleanType
4040
use ErrorTrait;
4141

4242
/**
43-
* @inheritDoc
43+
* 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
4448
*/
4549
public function __construct(Anytype $left, AnyType $right, bool $insertParentheses = true)
4650
{

0 commit comments

Comments
 (0)