Skip to content

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle authored and StyleCIBot committed Apr 25, 2016
1 parent 136938f commit 4d873ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UATests.php
Expand Up @@ -54,7 +54,7 @@ public function testEmptyUserAgent()
{
$test = $this->CrawlerDetect->isCrawler(' ');

$this->assertEquals($test, false);
$this->assertEquals($test, false);
}

public function testForRegexCollision()
Expand Down

0 comments on commit 4d873ad

Please sign in to comment.