Skip to content

Fixing issue 100 - Exception: Serialization of 'Closure' is not allow… #101

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

patriziotomato
Copy link
Contributor

…ed #100

@WendellAdriel
Copy link
Owner

@patriziotomato changes seem ok to me! ✅
Thanks for the help on that! 🔥
Just make sure to run the linter so the checks can pass! 💪

@patriziotomato
Copy link
Contributor Author

@WendellAdriel Did run docker compose run --rm app composer lint but it hasn't changed any file. Any idea why?

@WendellAdriel
Copy link
Owner

@WendellAdriel Did run docker compose run --rm app composer lint but it hasn't changed any file. Any idea why?

That's interesting, can you just try one more thing, if that doesn't work I'll accept the PR and run it on my end.
Try removing your vendor folder and running the make install command

@patriziotomato
Copy link
Contributor Author

@WendellAdriel Did run docker compose run --rm app composer lint but it hasn't changed any file. Any idea why?

That's interesting, can you just try one more thing, if that doesn't work I'll accept the PR and run it on my end. Try removing your vendor folder and running the make install command

That made it. Not sure if you want to have this pushed into that project, but I added it to my PR.

I also added a test now and still don't get it, why here my linter is just fine, while it fails in Github Actions. Any idea for hat @WendellAdriel ?

@WendellAdriel
Copy link
Owner

@WendellAdriel Did run docker compose run --rm app composer lint but it hasn't changed any file. Any idea why?

That's interesting, can you just try one more thing, if that doesn't work I'll accept the PR and run it on my end. Try removing your vendor folder and running the make install command

That made it. Not sure if you want to have this pushed into that project, but I added it to my PR.

I also added a test now and still don't get it, why here my linter is just fine, while it fails in Github Actions. Any idea for hat @WendellAdriel ?

Have you tried running the rm -rf vendor && make install command to see if it changes anything for the linter?

@WendellAdriel
Copy link
Owner

@patriziotomato can you update the PR to be updated with the latest version released, please?

@patriziotomato
Copy link
Contributor Author

docker compose run --rm app composer lint

Unfortunately still same result. I rebased the branch, so that it is up-to-date...

@WendellAdriel
Copy link
Owner

docker compose run --rm app composer lint

Unfortunately still same result. I rebased the branch, so that it is up-to-date...

Weird that it seems to be running the "old" actions because I dropped the support and tests from Laravel 9 and 10 and PHP 8.1 and it's still showing those runs for the actions. 😢

Can you try to create a new branch from the main one and create a new PR with the changes, please?

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

Successfully merging this pull request may close these issues.

2 participants