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

Cannot exclude autoloaded files from monkey patching #410

Open
ostrolucky opened this issue Feb 28, 2023 · 0 comments
Open

Cannot exclude autoloaded files from monkey patching #410

ostrolucky opened this issue Feb 28, 2023 · 0 comments

Comments

@ostrolucky
Copy link

Looks like you are cross-checking exclusion list only with classes, not files?

I have this section in my composer.json

"autoload": {
        "files": [
            "src/functions.php"
        ]
    },

But I don't want Kahlan to patch functions inside (they are not possible to patch). No matter what I do, it does, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant