We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68687fe commit cc9225dCopy full SHA for cc9225d
src/Services/MeilisearchService.php
@@ -380,7 +380,7 @@ private static function resolveClass(object $object): string
380
}
381
382
// Legacy Doctrine ORM compatibility
383
- return fn (object $object) => ClassUtils::getClass($object);
+ return fn (object $object) => ClassUtils::getClass($object); // @codeCoverageIgnore
384
})();
385
386
return $resolver($object);
0 commit comments