관리-도구
편집 파일: ShiftRight.php
<?php declare(strict_types=1); namespace PhpParser\Node\Expr\AssignOp; use PhpParser\Node\Expr\AssignOp; class ShiftRight extends AssignOp { public function getType() : string { return 'Expr_AssignOp_ShiftRight'; } }