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

[wip] custom table query methods #2273

Draft
wants to merge 1 commit into
base: bucket/waitlists
Choose a base branch
from

Conversation

dpanta94
Copy link
Member

🎫 Ticket

[TICKET_ID]

πŸ—’οΈ Description

πŸŽ₯ Artifacts

βœ”οΈ Checklist

  • Ran npm run changelog to add changelog file(s). More info here
  • Code is covered by NEW wpunit or integration tests.
  • Code is covered by EXISTING wpunit or integration tests.
  • Are all the required tests passing?
  • Automated code review comments are addressed.
  • Have you added Artifacts?
  • Check the base branch for your PR.
  • Add your PR to the project board for the release.


use Generator;
use TEC\Common\StellarWP\DB\DB;
use Tribe__Cache as Cache;
Copy link
Contributor

Choose a reason for hiding this comment

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

[phpcs] reported by reviewdog 🐢
SlevomatCodingStandard.Namespaces.UnusedUses.UnusedUse
Type Tribe__Cache (as Cache) is not used in this file.

use Generator;
use TEC\Common\StellarWP\DB\DB;
use Tribe__Cache as Cache;
use Tribe__Cache_Listener as Cache_Listener;
Copy link
Contributor

Choose a reason for hiding this comment

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

[phpcs] reported by reviewdog 🐢
SlevomatCodingStandard.Namespaces.UnusedUses.UnusedUse
Type Tribe__Cache_Listener (as Cache_Listener) is not used in this file.

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