Skip to content

Update QueueWorker.php interface to match actual features#107

Merged
simonhamp merged 3 commits into
NativePHP:mainfrom
skeemer:patch-1
May 28, 2026
Merged

Update QueueWorker.php interface to match actual features#107
simonhamp merged 3 commits into
NativePHP:mainfrom
skeemer:patch-1

Conversation

@skeemer

@skeemer skeemer commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

Fixes #106

skeemer added a commit to skeemer/nativephp.com that referenced this pull request Apr 8, 2026
Fixes NativePHP/desktop#107

While in here, I double checked the `new QueueConfig()` instruction and realized that it couldn't work because `sleep` does not have a default for instantiation, only in `fromConfigArray()`.
@skeemer

skeemer commented Apr 8, 2026

Copy link
Copy Markdown
Contributor Author

Can you reopen? I accidentally referenced this number instead of #106

@simonhamp simonhamp left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks like this is causing a whole bunch of test failures

@skeemer

skeemer commented May 28, 2026

Copy link
Copy Markdown
Contributor Author

Got them running fine locally with 8.3 and --prefer-lowest.

@skeemer

skeemer commented May 28, 2026

Copy link
Copy Markdown
Contributor Author

The linter seems to be set up wrong for 3rd party PRs.

@simonhamp

Copy link
Copy Markdown
Member

Yeh we can ignore that one for now, it's been problematic for a while. Thanks for fixing the fake so the tests pass 🙏🏼

@simonhamp simonhamp merged commit f9e94c2 into NativePHP:main May 28, 2026
52 of 53 checks passed
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.

QueueWorker interface does not match docs

2 participants