Parser-PHP
Parser-PHP copied to clipboard
Undefined property
Undefined property: WhichBrowser\Model\Browser::$family
You can change unset($this->family); to $this->family = null; in src/Model/Browser.php
This should apply to all properties