3 declare(strict_types=1);
44 private $stagedActions;
95 return $this->stagedActions;
117 return $this->comment;
130 return $this->dryRun;
150 $this->resource = $resource;
161 $this->stagedActions = $stagedActions;
172 $this->custom = $custom;
183 $this->comment = $comment;
194 $this->dryRun = $dryRun;
205 $this->resource = $resource;
216 $this->custom = $custom;
226 $this->stagedActions,