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

[Typo] at class.stringable #754

Closed
sirian opened this issue Jul 3, 2021 · 0 comments
Closed

[Typo] at class.stringable #754

sirian opened this issue Jul 3, 2021 · 0 comments

Comments

@sirian
Copy link

sirian commented Jul 3, 2021

From manual page: https://php.net/class.stringable

Should be

public function __toString(): string
{
    return "$this->oct1.$this->oct2.$this->oct3.$this->oct4";
}

image

@cmb69 cmb69 closed this as completed in 7718f66 Jul 3, 2021
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

No branches or pull requests

1 participant