diff vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 5fb285c0d0e3
children
line wrap: on
line diff
--- a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php	Thu Apr 26 11:26:54 2018 +0100
+++ b/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php	Tue Jul 10 15:07:59 2018 +0100
@@ -12,7 +12,7 @@
     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