We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore
It seems the generated stub doesnt include the new HPOC classes.
Manually adding woocommerce/src/Internal/DataStores/Orders/ to PHPStan or intelephence (just examples) picks them up.
woocommerce/src/Internal/DataStores/Orders/
Should these be included?
The text was updated successfully, but these errors were encountered:
Thank you for your report @justlevine!
No, internal classes are excluded.
woocommerce-stubs/finder.php
Line 15 in 1e9180b
Sorry, something went wrong.
You could contribute a third finder that does not exclude internals.
Thanks for the suggestion @szepeviktor . The finder syntax looks straightforward enough, I'll see what I can come up with 🤞
Please name it finder-with-internals.php and woocommerce-with-internals-stubs.php
finder-with-internals.php
woocommerce-with-internals-stubs.php
Or an internals-only finder!
No branches or pull requests
It seems the generated stub doesnt include the new HPOC classes.
Manually adding
woocommerce/src/Internal/DataStores/Orders/
to PHPStan or intelephence (just examples) picks them up.Should these be included?
The text was updated successfully, but these errors were encountered: