Parser-PHP icon indicating copy to clipboard operation
Parser-PHP copied to clipboard

Undefined property

Open bogegithub opened this issue 4 years ago • 1 comments

Undefined property: WhichBrowser\Model\Browser::$family

bogegithub avatar Apr 27 '21 13:04 bogegithub

You can change unset($this->family); to $this->family = null; in src/Model/Browser.php This should apply to all properties

VitalyArt avatar Aug 31 '21 10:08 VitalyArt