Skip to content

Commit 282c84b

Browse files
schloramlukaszuznanski
authored andcommitted
[TASK] Adjust code
1 parent 97bed4e commit 282c84b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/DataProcessing/CategoriesProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function process(
8888
$queryConfig = [];
8989

9090
$uidInList = (string)$cObj->stdWrapValue('uidInList', $processorConfiguration, '');
91-
if (empty($uidInList) === false) {
91+
if (!empty($uidInList)) {
9292
$queryConfig = [
9393
'uidInList' => $uidInList,
9494
'languageField' => 0,

0 commit comments

Comments
 (0)