Skip to content

Commit

Permalink
Merge pull request #162 from iGusev/fix_docs
Browse files Browse the repository at this point in the history
fixed docs
  • Loading branch information
antonioribeiro committed Oct 4, 2019
2 parents ece7476 + f9a1e38 commit 07aad46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Checkers/NotInDebugMode.php
Expand Up @@ -34,7 +34,7 @@ public function check()
* Execute command to get an uptime string.
*
* @return mixed|string
* @throws Exception
* @throws DomainException
*/
private function executeUptimeCommand()
{
Expand All @@ -53,7 +53,7 @@ private function executeUptimeCommand()
* Get current uptime.
*
* @return static
* @throws Exception
* @throws DomainException
*/
protected function getCurrentUptime()
{
Expand Down
4 changes: 2 additions & 2 deletions src/Checkers/ServerUptime.php
Expand Up @@ -39,7 +39,7 @@ public function check()
* Execute command to get an uptime string.
*
* @return mixed|string
* @throws Exception
* @throws DomainException
*/
private function executeUptimeCommand()
{
Expand All @@ -58,7 +58,7 @@ private function executeUptimeCommand()
* Get current uptime.
*
* @return array
* @throws Exception
* @throws DomainException
*/
protected function getCurrentUptime()
{
Expand Down

0 comments on commit 07aad46

Please sign in to comment.