How to fix the errors of uct report when upgrate from 2.4.5-p8 to 2.4.7 1. how to update code like above? i had checked the related code, this class of Magento\SalesRule\Model\ResourceModel\Coupon\Usage is the same code in 2.4.5 and 2.4.7. why does the report occur this error? Update code to use a class marked as @api, how to find the solution of alternative code? the offical doc show a list of alternative code? i did not find those doc. from google, I see someone said 1124 msg code related error in report do not care because the report have false positive issue. 2. how to fix the type of error(critical level) i had checked the related code in different magento version, it is the same code in 2.4.5 and 2.4.7, this method of Magento\Customer\Model\Session\Proxy::isLoggedIn exsit in the two magento version. the class do not change, i had check the magento release notes. why does uct report show me this msg? bug or false positive msg? Hi, everyone