markrogoyski / ipv4-subnet-calculator-php

Network calculator for subnet mask and other classless (CIDR) network information.
MIT License
168 stars 42 forks source link

PHP 8.1 compatibility #21

Closed sips-richard closed 2 years ago

sips-richard commented 2 years ago

PHP Deprecated: Return type of IPv4\SubnetCalculator::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

markrogoyski commented 2 years ago

Hi @sips-richard,

What version are you using? Please try v4.0.0 and see if that fixes the issue.

sips-richard commented 2 years ago

You are absolutely right! I can only apologise for my blindness here. Thanks for the nudge and for this library! :)