WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Node
/
Expr
/
AssignOp
/
Name
Action
..
BitwiseAnd.php
Edit
BitwiseOr.php
Edit
BitwiseXor.php
Edit
Concat.php
Edit
Div.php
Edit
Minus.php
Edit
Mod.php
Edit
Mul.php
Edit
Plus.php
Edit
Pow.php
Edit
ShiftLeft.php
Edit
ShiftRight.php
Edit
Editing: BitwiseOr.php
<?php declare(strict_types=1); namespace PhpParser\Node\Expr\AssignOp; use PhpParser\Node\Expr\AssignOp; class BitwiseOr extends AssignOp { public function getType() : string { return 'Expr_AssignOp_BitwiseOr'; } }