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/Controller/TaskImport.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/Controller/TaskImport.php') diff --git a/app/Controller/TaskImport.php b/app/Controller/TaskImport.php index 387374c5..0e9d2169 100644 --- a/app/Controller/TaskImport.php +++ b/app/Controller/TaskImport.php @@ -53,8 +53,7 @@ class TaskImport extends Base if ($this->taskImport->counter > 0) { $this->session->flash(t('%d task(s) have been imported successfully.', $this->taskImport->counter)); - } - else { + } else { $this->session->flashError(t('Nothing have been imported!')); } -- cgit v1.2.3