Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Juri Hahn committed Sep 26, 2018
1 parent 4df5f57 commit c3a7dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Environment/Browser.php
Expand Up @@ -978,7 +978,7 @@ public function isRobot()
{
foreach ($this->robots as $robot)
{
if (preg_match('/'.$robot.'/', $this->agent))
if (preg_match('/' . $robot . '/', $this->agent))
{
return true;
}
Expand Down

0 comments on commit c3a7dd8

Please sign in to comment.