Skip to content

Commit

Permalink
FIX Class manifest is not caching enums (#11532)
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala authored Jan 15, 2025
1 parent 8b8404e commit 16ef094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Manifest/ClassManifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@ public function handleFile($basename, $pathname, $includeTests)
'classes' => $classes,
'interfaces' => $interfaces,
'traits' => $traits,
'enums' => $enums,
];
$this->cache->set($key, $cache);
}
Expand Down

0 comments on commit 16ef094

Please sign in to comment.