/opt/cpanel/ea-wappspector/vendor/rector/rector/rules/CodeQuality/ValueObject
NameSizeModeActions
KeyAndExpr.php9350644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/rector/rector/rules/CodeQuality/ValueObject/KeyAndExpr.php (935B)
keyExpr = $keyExpr; $this->expr = $expr; $this->comments = $comments; } public function getKeyExpr() : ?Expr { return $this->keyExpr; } public function getExpr() : Expr { return $this->expr; } /** * @return Comment[] */ public function getComments() : array { return $this->comments; } }