Unverified Commit 741aea63 authored by Viral Solani's avatar Viral Solani Committed by GitHub

Merge pull request #102 from viralsolani/analysis-qMD7jL

Apply fixes from StyleCI
parents 563f7b35 6f3750fd
......@@ -227,7 +227,7 @@ class EloquentHistoryRepository implements HistoryContract
$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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment