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

Debug phanworkflow #28743

Closed
wants to merge 9 commits into from
Closed

Conversation

mdeweerd
Copy link
Contributor

Fix phpstan

phpstan stops analysis after 3 minutes, this PR enables --debug to help understand the reason.

# Fix phpstan workflow file

Line was split in two, joined
# Qual: Rename distribution phpstan.neon to phpstan.neon.dist

This allows the developer to override some settings locally

Also update the .gitignore file with phpstan.neon and some other other
ignores (cache, local log files, temporary edit files).
@mdeweerd mdeweerd force-pushed the debug_phanworkflow branch 4 times, most recently from 5c457a2 to 417eab8 Compare March 10, 2024 12:19
'buffer' is not a documented parameter, removing it.
Removing some configuration settings as the defaults are higher and
should adapt better to the target machine
@mdeweerd
Copy link
Contributor Author

Finished debugging - using the stubfiles is not working and is the cause of the failure after 3 minutes (also tried just one stubfile, different settings, etc).
So removing the stubfiles.

@mdeweerd mdeweerd deleted the debug_phanworkflow branch March 10, 2024 13:27
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.

1 participant