Closed MuhammadAdelA closed 3 years ago
Edit line 529 $this->result_os_version = !is_bool($matches) ? (float)$matches[1] : 0;
$this->result_os_version = !is_bool($matches) ? (float)$matches[1] : 0;
Fixed. This Warning Notice appears since PHP version 7.4. However, fixed all affected code lines. Thank you for participating!
Edit line 529
$this->result_os_version = !is_bool($matches) ? (float)$matches[1] : 0;