Fix binary operator doc block comment (#504)

Remove reference to bitwise and in doc block.
This commit is contained in:
David Paz 2018-05-19 12:21:45 +02:00 committed by Nikita Popov
parent ee870e3464
commit 3ce5e628a7

View File

@ -12,7 +12,7 @@ abstract class BinaryOp extends Expr
public $right;
/**
* Constructs a bitwise and node.
* Constructs a binary operator node.
*
* @param Expr $left The left hand side expression
* @param Expr $right The right hand side expression