I got this error from Shopware code review
Warnings of the static code analysis:
------ -------------------------------------------------------------------------
Line src/Storefront/Controller/ShoppingExperienceController.php
------ -------------------------------------------------------------------------
Class Shopware\Storefront\Controller\StorefrontController not found and
could not be autoloaded.
But I have included
use Shopware\Storefront\Controller\StorefrontController;
in my controller
Then why this error?