Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 9624569

Browse files
committed
Cleanup.
1 parent 1da1abf commit 9624569

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/ZendDiagnostics/Check/Memcache.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
use ZendDiagnostics\Result\Failure;
1010
use ZendDiagnostics\Result\Success;
1111

12+
/**
13+
* Check if MemCache extension is loaded and given server is reachable.
14+
*/
1215
class Memcache extends AbstractCheck
1316
{
1417
/**

src/ZendDiagnostics/Check/ProcessRunning.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
use ZendDiagnostics\Result\Failure;
1010
use ZendDiagnostics\Result\Success;
1111

12+
/**
13+
* Check if a process with given name or ID is currently running.
14+
*/
1215
class ProcessRunning extends AbstractCheck
1316
{
1417
/**

0 commit comments

Comments
 (0)