Skip to content

Commit 50c137a

Browse files
authored
Merge pull request #3072 from yajra/analysis-7WYnJZ
Apply fixes from StyleCI
2 parents 39923f8 + 2bff062 commit 50c137a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Utilities/Helper.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,11 @@ public static function compileContent($content, array $data, array|object $param
109109

110110
return $content($param);
111111
}
112-
113112

114113
if (is_array($content)) {
115114
[$view, $viewData] = $content;
116115

117-
return static::compileBlade($view, static::getMixedValue($data, $param) + $viewData);
116+
return static::compileBlade($view, static::getMixedValue($data, $param) + $viewData);
118117
}
119118

120119
return $content;

0 commit comments

Comments
 (0)