Skip to content

Commit 741aea6

Browse files
authored
Merge pull request #102 from viralsolani/analysis-qMD7jL
Apply fixes from StyleCI
2 parents 563f7b3 + 6f3750f commit 741aea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Repositories/Backend/History/EloquentHistoryRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function renderDescription($text, $assets = false)
227227
$asset_count = 1;
228228
$flag = false;
229229

230-
if(is_array($assets) || $assets instanceof \Countable) {
230+
if (is_array($assets) || $assets instanceof \Countable) {
231231
$asset_count = count($assets) + 1;
232232
$flag = true;
233233
}

0 commit comments

Comments
 (0)