-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Try new stubs #374
base: develop
Are you sure you want to change the base?
Try new stubs #374
Conversation
Seeing the diffs in vendor/ I think your Composer tool is a bit outdated. |
Output.
|
Those in |
This is not a PR!! This is technology demo. I leave it 101% up to you. |
If you are a GF user - as you are - I encourage you to release stubs for GF Add-ons: https://github.com/php-stubs/gravity-forms-add-ons-stubs wget -q -O- \
--user-agent="WordPress/6.0" \
--referer="https://github.com/php-stubs/gravity-forms-stubs" \
--header "Filtered-Site-URL: https://github.com/php-stubs/gravity-forms-stubs" \
--post-data="of=gravityforms&key=${PLUGIN_GF_KEY}&v=2.0.1&wp=6.0&php=7.4&mysql=8.0&version=2&plugins=&tn=&tu=&tv=&ta=&tau=&im=&fc=&ec=&emc=&api=1&emeta=1&ed=&en=&lang=en" \
"https://gravityapi.com/wp-content/plugins/gravitymanager/version.php?nocache=1" \
| jq -r '."offerings" | to_entries[] | select(."value"."is_available" == true) | (."key" + " " + ."value"."url_latest")' |
Let's see our fresh stubs in action!
Using the real plugin instead of
axepress/wp-graphql-stubs
.Adding 3 packages in
phpstan/composer.json