-
Notifications
You must be signed in to change notification settings - Fork 61
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
MNT Remove TODO comments #556
MNT Remove TODO comments #556
Conversation
@@ -22,7 +22,6 @@ class Handler | |||
* @var array | |||
* | |||
* @internal Experimental config: | |||
* @todo Move this to a per-schema configuration and refer to this schema from the current endpoint |
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.
Open ticket: #555
@@ -112,7 +112,6 @@ protected function getCachedResponse(string $key): ?array | |||
// On cache success validate against cached classes | |||
foreach ($cached['classes'] as $class) { | |||
// Note: Could combine these clases into a UNION to cut down on extravagant queries | |||
// Todo: We can get last-deleted/modified as well for versioned records |
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.
Open ticket: #554
678aaeb
to
d064b8c
Compare
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.
LGTM
Parent issue