Skip to content

Commit 5edfde2

Browse files
authored
Fix syntax
1 parent 9aeede6 commit 5edfde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Migration/ThemeMigration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ private function persistTheme(string $themeName, array $config, string $manifest
117117
// Prevent array-access error when theme not found
118118
$row = false === $row ? [] : $row;
119119

120-
if ($manifestHash === $row['manifestHash'] ?? '') {
120+
if ($manifestHash === ($row['manifestHash'] ?? '')) {
121121
return false;
122122
}
123123

0 commit comments

Comments
 (0)