Skip to content

Commit

Permalink
fix documentation block for getServerOS in bug reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
takeit committed Mar 10, 2015
1 parent de7c397 commit 9e94a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions newscoop/classes/BugReporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ public function getPHPVersion()
}

/**
* Gets PHP version
* Gets OS info
*
* @return string php version
* @return string OS info
*/
public function getServerOS()
{
Expand Down

0 comments on commit 9e94a10

Please sign in to comment.