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

Add support for scoped context in query #15

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Conversation

kyteinsky
Copy link
Contributor

No description provided.

lib/Command/Prompt.php Outdated Show resolved Hide resolved
@marcelklehr
Copy link
Member

Looks good! 💙

@kyteinsky kyteinsky force-pushed the feat/scoped-context branch 3 times, most recently from 95b2e58 to 4a43a39 Compare February 29, 2024 10:52
lib/Command/Prompt.php Outdated Show resolved Hide resolved
@kyteinsky kyteinsky force-pushed the feat/scoped-context branch 2 times, most recently from ca480bb to fc5ba11 Compare February 29, 2024 11:24
@kyteinsky
Copy link
Contributor Author

we need to limit php support from 8.0 to 8.2 I suppose

@kyteinsky
Copy link
Contributor Author

something off with gh actions it seems

@marcelklehr
Copy link
Member

Github status is back on green

gh workflows now check run the check on php 8.0 in addition to
8.1 and 8.2.
Also, --no-cache option for psalm

Signed-off-by: Anupam Kumar <[email protected]>
"Invalid scope type: {$scopeType}, should be one of: [" . implode(', ', $relection->getConstants()) . ']'
);
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Smooth! Very nice :)

@kyteinsky kyteinsky merged commit a9b4e3b into main Mar 1, 2024
25 checks passed
@delete-merged-branch delete-merged-branch bot deleted the feat/scoped-context branch March 1, 2024 07:37
@marcelklehr
Copy link
Member

🎉 💙

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