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