Skip to content

Commit

Permalink
Issue #112 - phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
mahype committed Mar 22, 2019
1 parent bedaf36 commit d7c6c1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions inc/class-statify-frontend.php
Expand Up @@ -190,12 +190,12 @@ private static function _skip_tracking() {

/**
* Checks if user agent is a bot.
*
*
* @since 1.7.0
*
* @param string $user_agent Server user agent string.
*
* @return boolean $is_bot TRUE if user agent is a bot, FALSE if not.
*
* @param string $user_agent Server user agent string.
*
* @return boolean $is_bot TRUE if user agent is a bot, FALSE if not.
*/
private static function is_bot( $user_agent ) {
$user_agent = strtolower( $user_agent );
Expand Down

0 comments on commit d7c6c1d

Please sign in to comment.