Skip to content

Commit 49bc378

Browse files
committed
Fix cs
1 parent ca850cb commit 49bc378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/com_finder/src/View/Search/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function display($tpl = null)
169169
foreach ($queryParameterList as $parameter => $filter) {
170170
$value = $app->input->get($parameter, null, $filter);
171171

172-
if (is_null($value)) {
172+
if (\is_null($value)) {
173173
continue;
174174
}
175175

0 commit comments

Comments
 (0)