Skip to content

Conversation

@michalsn
Copy link
Member

Description
This PR fixes static analyzer errors by properly declaring all public API methods in QueueInterface and JobInterface.

  • Added missing methods to QueueInterface: setDelay(), setPriority(), chain()
  • Added complete return types to all interface methods
  • Made BaseHandler and BaseJob implement their respective interfaces
  • Removed redundant interface declarations from child classes
  • Updated generator template and docs

Fixes #74

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@michalsn michalsn added the bug Something isn't working label Jan 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: QueueInterface does not have setDelay() method

1 participant