diff --git a/module/jenkins/control.php b/module/jenkins/control.php index 4064da3b62..18fe9dc257 100644 --- a/module/jenkins/control.php +++ b/module/jenkins/control.php @@ -88,7 +88,7 @@ class jenkins extends control * @access public * @return void */ - public function delete($jenkinsID) + public function delete(int $jenkinsID) { $jobs = $this->jenkins->getJobPairs($jenkinsID); if(!empty($jobs)) return $this->sendError($this->lang->jenkins->error->linkedJob, true);