WIP support for frontend user groups and cache tags #72
Annotations
10 errors and 1 warning
Run ./vendor/bin/grumphp run --ansi:
Classes/Cache/Backend/SsiIncludeCacheBackend.php#L85
Method AUS\SsiInclude\Cache\Backend\SsiIncludeCacheBackend::set() has parameter $tags with no value type specified in iterable type array.
|
Run ./vendor/bin/grumphp run --ansi:
Classes/Cache/Backend/SsiIncludeCacheBackend.php#L85
Parameter #2 $data (array<string, string>) of method AUS\SsiInclude\Cache\Backend\SsiIncludeCacheBackend::set() should be compatible with parameter $data (string) of method TYPO3\CMS\Core\Cache\Backend\BackendInterface::set()
|
Run ./vendor/bin/grumphp run --ansi:
Classes/Cache/Backend/SsiIncludeCacheBackend.php#L85
Parameter #2 $data (array<string, string>) of method AUS\SsiInclude\Cache\Backend\SsiIncludeCacheBackend::set() should be compatible with parameter $data (string) of method TYPO3\CMS\Core\Cache\Backend\BackendInterface::set()
|
Run ./vendor/bin/grumphp run --ansi:
Classes/Cache/Backend/SsiIncludeCacheBackend.php#L85
Parameter #2 $data (array<string, string>) of method AUS\SsiInclude\Cache\Backend\SsiIncludeCacheBackend::set() should be compatible with parameter $data (string) of method TYPO3\CMS\Core\Cache\Backend\BackendInterface::set()
|
Run ./vendor/bin/grumphp run --ansi:
Classes/Cache/Backend/SsiIncludeCacheBackend.php#L95
Cannot call method set() on TYPO3\CMS\Core\Cache\Backend\TaggableBackendInterface|null.
|
Run ./vendor/bin/grumphp run --ansi:
Classes/Cache/Backend/SsiIncludeCacheBackend.php#L106
Cannot call method get() on TYPO3\CMS\Core\Cache\Backend\TaggableBackendInterface|null.
|
Run ./vendor/bin/grumphp run --ansi:
Classes/Cache/Backend/SsiIncludeCacheBackend.php#L115
Cannot call method has() on TYPO3\CMS\Core\Cache\Backend\TaggableBackendInterface|null.
|
Run ./vendor/bin/grumphp run --ansi:
Classes/Cache/Backend/SsiIncludeCacheBackend.php#L139
Cannot call method remove() on TYPO3\CMS\Core\Cache\Backend\TaggableBackendInterface|null.
|
Run ./vendor/bin/grumphp run --ansi:
Classes/Cache/Backend/SsiIncludeCacheBackend.php#L151
Cannot call method flush() on TYPO3\CMS\Core\Cache\Backend\TaggableBackendInterface|null.
|
Run ./vendor/bin/grumphp run --ansi:
Classes/Cache/Backend/SsiIncludeCacheBackend.php#L161
Cannot call method collectGarbage() on TYPO3\CMS\Core\Cache\Backend\TaggableBackendInterface|null.
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Loading