Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(files): Don't try to use missing cache entries #46840

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 30, 2024

  1. fix(files): Don't try to use missing cache entries

    The `Cache::get()` function can return `ICacheEntry` or `false`.
    Added check ensures that `false` return value is not used as an array.
    This silences: `Trying to access array offset on value of type bool` errors.
    
    Signed-off-by: Jacek Tomasiak <[email protected]>
    skazi0 authored and solracsf committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c2f972e View commit details
    Browse the repository at this point in the history