Skip to content

Commit 3b4b963

Browse files
committed
fixing css
1 parent b28980b commit 3b4b963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cache/AbstractManifestCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ private function getItem(string $path, array $data, string $parent): array
306306
$autosetItemValue = $autosetItem['value'] ?? '';
307307
$autosetItemParent = $autosetItem['parent'] ?? '';
308308

309-
if (!$autosetItemKey || !$autosetItemValue) {
309+
if (!$autosetItemKey) {
310310
continue;
311311
}
312312

0 commit comments

Comments
 (0)