Skip to content

Commit 2bff062

Browse files
committed
Apply fixes from StyleCI
1 parent 39923f8 commit 2bff062

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)