Parser-PHP
Parser-PHP copied to clipboard
hideOsVersionIfFixed
Hey, I recently added this package to my project but I have found that the version is hidden if the user is accessing my page on mac os 10.15.7, I have found this commit where you're hiding the version object in some conditions, specifically if the os is OS x and the version is 10.15.7.
I tried to understand the reason behind this change, but it's confusing to me, could someone explain to me why the os object is set as null in these cases? Thanks!