Skip to content

Commit

Permalink
Merge pull request #4819 from markusguenther/bugfix/fix-stylelci
Browse files Browse the repository at this point in the history
BUGFIX: Fix StyleCI issues
  • Loading branch information
markusguenther authored Jan 5, 2024
2 parents c796732 + 52dd1d6 commit 0df44bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,8 @@ protected function renderContentChanges(NodeInterface $changedNode)
'diff' => $diffArray
];
}
// The && in belows condition is on purpose as creating a thumbnail for comparison only works if actually
// BOTH are ImageInterface (or NULL).
// The && in belows condition is on purpose as creating a thumbnail for comparison only works if actually
// BOTH are ImageInterface (or NULL).
} elseif (
($originalPropertyValue instanceof ImageInterface || $originalPropertyValue === null)
&& ($changedPropertyValue instanceof ImageInterface || $changedPropertyValue === null)
Expand Down

0 comments on commit 0df44bd

Please sign in to comment.