Skip to content

Commit

Permalink
Merge pull request #40 from mimmi20/issue-17
Browse files Browse the repository at this point in the history
Fix DocBlocks
  • Loading branch information
asgrim committed Jul 26, 2014
2 parents 3788976 + 00a8255 commit 50336e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/phpbrowscap/Browscap.php
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ protected function _array2string($array)
* Checks for the various possibilities offered by the current configuration
* of PHP to retrieve external HTTP data
*
* @return string the name of function to use to retrieve the file
* @return string|boolean the name of function to use to retrieve the file or false if no methods are available
*/
protected function _getUpdateMethod()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/phpbrowscapTest/BrowscapTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
class BrowscapTest extends TestCase
{
/**
* @expectedException PHPUnit_Framework_Error_Warning
* @expectedException \PHPUnit_Framework_Error_Warning
*/
public function testConstructorFails()
{
Expand Down

0 comments on commit 50336e6

Please sign in to comment.