-
-
Notifications
You must be signed in to change notification settings - Fork 21
V3 Work #48
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
base: main
Are you sure you want to change the base?
V3 Work #48
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 32 out of 51 changed files in this pull request and generated 2 comments.
Files not reviewed (19)
- src/ACL/ACLAuthMethod.php: Language not supported
- src/ACL/ACLAuthMethodListEntry.php: Language not supported
- src/ACL/ACLAuthMethodListEntryQueryResponse.php: Language not supported
- src/ACL/ACLAuthMethodNamespaceRule.php: Language not supported
- src/ACL/ACLAuthMethodQueryResponse.php: Language not supported
- src/ACL/ACLAuthMethodWriteResponse.php: Language not supported
- src/ACL/ACLBindingRule.php: Language not supported
- src/ACL/ACLBindingRuleQueryResponse.php: Language not supported
- src/ACL/ACLBindingRuleWriteResponse.php: Language not supported
- src/ACL/ACLBindingRulesQueryResponse.php: Language not supported
- src/ACL/ACLClient.php: Language not supported
- src/ACL/ACLEntriesResponse.php: Language not supported
- src/ACL/ACLEntry.php: Language not supported
- src/ACL/ACLLink.php: Language not supported
- src/ACL/ACLLoginParams.php: Language not supported
- src/ACL/ACLNodeIdentity.php: Language not supported
- src/ACL/ACLOIDCAuthURLParams.php: Language not supported
- src/ACL/ACLOIDCCallbackParams.php: Language not supported
- src/ACL/ACLPolicy.php: Language not supported
Comments suppressed due to low confidence (1)
README.md:106
- There appears to be an extra closing bracket in the client instantiation, which may lead to a syntax error in the example code. Consider removing the extra bracket.
$proxyClient = new \GuzzleHttp\Client(['proxy' => 'whatever proxy you want']]);
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 41 out of 60 changed files in this pull request and generated 1 comment.
Files not reviewed (19)
- src/ACL/ACLAuthMethod.php: Language not supported
- src/ACL/ACLAuthMethodListEntry.php: Language not supported
- src/ACL/ACLAuthMethodListEntryQueryResponse.php: Language not supported
- src/ACL/ACLAuthMethodNamespaceRule.php: Language not supported
- src/ACL/ACLAuthMethodQueryResponse.php: Language not supported
- src/ACL/ACLAuthMethodWriteResponse.php: Language not supported
- src/ACL/ACLBindingRule.php: Language not supported
- src/ACL/ACLBindingRuleQueryResponse.php: Language not supported
- src/ACL/ACLBindingRuleWriteResponse.php: Language not supported
- src/ACL/ACLBindingRulesQueryResponse.php: Language not supported
- src/ACL/ACLClient.php: Language not supported
- src/ACL/ACLEntriesResponse.php: Language not supported
- src/ACL/ACLEntry.php: Language not supported
- src/ACL/ACLLink.php: Language not supported
- src/ACL/ACLLoginParams.php: Language not supported
- src/ACL/ACLNodeIdentity.php: Language not supported
- src/ACL/ACLOIDCAuthURLParams.php: Language not supported
- src/ACL/ACLOIDCCallbackParams.php: Language not supported
- src/ACL/ACLPolicy.php: Language not supported
Comments suppressed due to low confidence (1)
README.md:106
- An extra closing bracket appears in the instantiation of \GuzzleHttp\Client, which may result in a syntax error. Please remove the additional bracket.
$proxyClient = new \GuzzleHttp\Client(['proxy' => 'whatever proxy you want']]);
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Daniel Carbone <daniel.p.carbone@gmail.com>
… another FakeMap impl.
Goals:
FakeMap
class.FakeSlice
class.ScalarType
interface.Transcoding
type and usage.Unmarshaller
andMarshaller
traits and flow.Time\Duration
values to acceptnull|int|float|string|\DateInterval|Time\Duration
for construction.enum
types for enum values.