-
Notifications
You must be signed in to change notification settings - Fork 33
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
TCMN-177 Correction to docblocks for where
and all
methods
#2341
Merged
sdokus
merged 10 commits into
release/T25.antman
from
fix/TCMN-177-correct-ORM-docblock-returns
Jan 27, 2025
Merged
TCMN-177 Correction to docblocks for where
and all
methods
#2341
sdokus
merged 10 commits into
release/T25.antman
from
fix/TCMN-177-correct-ORM-docblock-returns
Jan 27, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Check the PHPStan on GHA, it seems like 512 is not enough memory. |
rafsuntaskin
requested changes
Jan 24, 2025
Whoops just seeing this, but I think that is an expected issue but Dimi is planning on addressing it later |
bordoni
approved these changes
Jan 25, 2025
rafsuntaskin
approved these changes
Jan 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎫 Ticket
TCMN-177
🗒️ Description
A user reported that they were seeing errors in PHPStan when trying to use the ORM and in reviewing our doc blocks for some methods, it seems like some updates are needed to more accurately reflect what is returned (
all
) or how many arguments are accepted (where
).🎥 Artifacts
After changes:
![CleanShot 2025-01-24 at 13 17 13](https://private-user-images.githubusercontent.com/95599199/406575262-fb6595d1-93f7-42c7-95e2-29a75a191f83.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTkyNTYsIm5iZiI6MTczODk1ODk1NiwicGF0aCI6Ii85NTU5OTE5OS80MDY1NzUyNjItZmI2NTk1ZDEtOTNmNy00MmM3LTk1ZTItMjlhNzVhMTkxZjgzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIwMDkxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI4MzdhM2IwMWU0MzI3YzJkM2U0ODIyMzZlM2M2NWY4ZTRlY2JjYzVjNWRmMGY4ZDM5YmE0MTlkZDM2NGExYTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.L1c7sY6pHmVVoeBhCrWCA9xb24NQ-fdqG1ZuvIYI-dw)
✔️ Checklist
npm run changelog
to add changelog file(s). More info herewpunit
orintegration
tests.wpunit
orintegration
tests.