feat(cache): separate internal and user caches #1819
coding-conventions.yml
on: pull_request
Run style check
46s
Run static analysis: PHPStan
30s
Annotations
2 errors and 1 notice
|
Run static analysis: PHPStan
Process completed with exit code 1.
|
|
Run static analysis: PHPStan:
tests/Integration/Vite/ViteTagsComponentTest.php#L25
Calling dump() is forbidden.
|
|
best-practices/no-debug-symbols:
tests/Integration/Vite/ViteTagsComponentTest.php#L25
Usage of debug function `dump` detected.
Avoid using debug functions like `var_dump`, `print_r`, etc. in production code.
Help: Remove the debug function call.
|