agent icon indicating copy to clipboard operation
agent copied to clipboard

Methods browser, platform and device can return bool not only string

Open pcmanik opened this issue 5 years ago • 0 comments

Methods browser, platform and device can return bool not only string, because method called inside (findDetectionRulesAgainstUA) can return false. They should be updated to return null or string and not false or string. Or at least doc comment must be updated.

https://github.com/jenssegers/agent/blob/bcb895395e460478e101f41cdab139c48dc721ce/src/Agent.php#L222 https://github.com/jenssegers/agent/blob/bcb895395e460478e101f41cdab139c48dc721ce/src/Agent.php#L232 https://github.com/jenssegers/agent/blob/bcb895395e460478e101f41cdab139c48dc721ce/src/Agent.php#L242

pcmanik avatar Apr 21 '19 10:04 pcmanik