From 8c532efd5f02f7a7e5ea322a07ddcf49d130a8ec Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 17 Oct 2015 10:09:03 -0400 Subject: Run php-cs-fixer on the code base --- app/Integration/HipchatWebhook.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Integration/HipchatWebhook.php') diff --git a/app/Integration/HipchatWebhook.php b/app/Integration/HipchatWebhook.php index af1e4495..6f789718 100644 --- a/app/Integration/HipchatWebhook.php +++ b/app/Integration/HipchatWebhook.php @@ -60,7 +60,6 @@ class HipchatWebhook extends \Kanboard\Core\Base public function notify($project_id, $task_id, $event_name, array $event) { if ($this->isActivated($project_id)) { - $params = $this->getParameters($project_id); $project = $this->project->getbyId($project_id); -- cgit v1.2.3