Skip to content

SPRY-3032 Remove unused namespace import in CacheManagerFacade.php. #14

SPRY-3032 Remove unused namespace import in CacheManagerFacade.php.

SPRY-3032 Remove unused namespace import in CacheManagerFacade.php. #14

Triggered via push May 21, 2024 13:01
Status Failure
Total duration 16m 34s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
analyse: src/ValanticSpryker/Zed/CacheManager/Business/CacheManagerFacadeInterface.php#L19
Method ValanticSpryker\Zed\CacheManager\Business\CacheManagerFacadeInterface::deleteCache() has invalid return type ValanticSpryker\Zed\CacheManager\Business\CacheManagerDeleteTransfer.
analyse: src/ValanticSpryker/Zed/CacheManager/Business/CacheManagerFacadeInterface.php#L19
PHPDoc tag @param for parameter $cacheManagerDeleteTransfer with type Generated\Shared\Transfer\CacheManagerDeleteTransfer is not subtype of native type ValanticSpryker\Zed\CacheManager\Business\CacheManagerDeleteTransfer.
analyse: src/ValanticSpryker/Zed/CacheManager/Business/CacheManagerFacadeInterface.php#L19
PHPDoc tag @return with type Generated\Shared\Transfer\CacheManagerDeleteTransfer is not subtype of native type ValanticSpryker\Zed\CacheManager\Business\CacheManagerDeleteTransfer.
analyse: src/ValanticSpryker/Zed/CacheManager/Business/CacheManagerFacadeInterface.php#L19
Parameter $cacheManagerDeleteTransfer of method ValanticSpryker\Zed\CacheManager\Business\CacheManagerFacadeInterface::deleteCache() has invalid type ValanticSpryker\Zed\CacheManager\Business\CacheManagerDeleteTransfer.
analyse: src/ValanticSpryker/Zed/CacheManagerGui/Business/CacheManagerGuiBusinessFactory.php#L16
Method ValanticSpryker\Zed\CacheManagerGui\Business\CacheManagerGuiBusinessFactory::getCacheManagerFacade() is unused.
analyse: src/ValanticSpryker/Zed/CacheManagerGui/Business/CacheManagerGuiFacade.php#L20
Call to an undefined method ValanticSpryker\Zed\CacheManager\Business\CacheManagerBusinessFactory::getCacheManagerFacade().
analyse: src/ValanticSpryker/Zed/CacheManagerGui/Business/CacheManagerGuiFacade.php#L30
Call to an undefined method ValanticSpryker\Zed\CacheManager\Business\CacheManagerBusinessFactory::getCacheManagerFacade().
analyse: src/ValanticSpryker/Zed/CacheManagerGui/CacheManagerGuiDependencyProvider.php#L36
Call to an undefined method Generated\Zed\Ide\AutoCompletion&Spryker\Shared\Kernel\LocatorLocatorInterface::cacheManager().
analyse
Internal error: Internal error: Class "ValanticSpryker\Zed\CacheManager\Business\AbstractFacade" not found while analysing file /home/runner/work/cache-manager/cache-manager/src/ValanticSpryker/Zed/CacheManager/Business/CacheManagerFacade.php Run PHPStan with -v option and post the stack trace to: https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
analyse
Process completed with exit code 1.
analyse
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
analyse
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/