/opt/cpanel/ea-wappspector/vendor/rector/rector/rules/CodeQuality/ValueObject
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;
}
}