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

Add a function to find inclusive path #19

Open
uuur86 opened this issue Dec 27, 2023 · 0 comments
Open

Add a function to find inclusive path #19

uuur86 opened this issue Dec 27, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@uuur86
Copy link
Owner

uuur86 commented Dec 27, 2023

    public function filter(string $path, $data)
    {
        if (!isset($this->options[$path])) {
            // TODO: #19 Add a function to find inclusive path
            // $path = $this->findInclusivePaths($path, $this->options);

            return $data;
        }

if (!isset($this->options[$path])) {

@uuur86 uuur86 self-assigned this Dec 28, 2023
@uuur86 uuur86 added the bug Something isn't working label Dec 28, 2023
@uuur86 uuur86 added this to the v2.2.0 milestone Dec 28, 2023
@uuur86 uuur86 removed their assignment Jan 10, 2024
@uuur86 uuur86 added the good first issue Good for newcomers label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant