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

Fix issue #395 #396

Merged
merged 2 commits into from
Mar 20, 2022
Merged

Fix issue #395 #396

merged 2 commits into from
Mar 20, 2022

Conversation

Rezyan
Copy link
Contributor

@Rezyan Rezyan commented Mar 19, 2022

Hi,

This short pull request fix the issue #395.

Methods signatures from the PHP documentation:

interface ArrayAccess {
	/* Methods */
	public offsetExists(mixed $offset): bool
	public offsetGet(mixed $offset): mixed
	public offsetSet(mixed $offset, mixed $value): void
	public offsetUnset(mixed $offset): void
}
interface Iterator extends Traversable {
	/* Methods */
	public current(): mixed
	public key(): mixed
	public next(): void
	public rewind(): void
	public valid(): bool
}

Regards.

@Rezyan Rezyan changed the title Fix https://github.com/spatie/crawler/issues/395 Fix issue #395 Mar 19, 2022
@freekmurze freekmurze merged commit 31f7eb8 into spatie:main Mar 20, 2022
@freekmurze
Copy link
Member

Thanks!

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