From 6f3750fdd00d99d66a485b9582f63a986584f789 Mon Sep 17 00:00:00 2001 From: Viral Solani Date: Sun, 24 Dec 2017 15:47:18 +0000 Subject: [PATCH] Apply fixes from StyleCI --- app/Repositories/Backend/History/EloquentHistoryRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Repositories/Backend/History/EloquentHistoryRepository.php b/app/Repositories/Backend/History/EloquentHistoryRepository.php index 0a3a1469..ff713046 100755 --- a/app/Repositories/Backend/History/EloquentHistoryRepository.php +++ b/app/Repositories/Backend/History/EloquentHistoryRepository.php @@ -227,7 +227,7 @@ public function renderDescription($text, $assets = false) $asset_count = 1; $flag = false; - if(is_array($assets) || $assets instanceof \Countable) { + if (is_array($assets) || $assets instanceof \Countable) { $asset_count = count($assets) + 1; $flag = true; }