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/Model/TaskLink.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Model/TaskLink.php') diff --git a/app/Model/TaskLink.php b/app/Model/TaskLink.php index fafcde65..1ac59203 100644 --- a/app/Model/TaskLink.php +++ b/app/Model/TaskLink.php @@ -112,7 +112,6 @@ class TaskLink extends Base $result = array(); foreach ($links as $link) { - if (! isset($result[$link['label']])) { $result[$link['label']] = array(); } -- cgit v1.2.3