/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/ondram/ci-detector/src/Ci
Edit: /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/ondram/ci-detector/src/Ci/AbstractCi.php (883B)
env = $env;
}
public function describe() : array
{
return ['ci-name' => $this->getCiName(), 'build-number' => $this->getBuildNumber(), 'build-url' => $this->getBuildUrl(), 'commit' => $this->getCommit(), 'branch' => $this->getBranch(), 'target-branch' => $this->getTargetBranch(), 'repository-name' => $this->getRepositoryName(), 'repository-url' => $this->getRepositoryUrl(), 'is-pull-request' => $this->isPullRequest()->describe()];
}
}