Completed
Pull Request — master (#130)
by Alister
02:13
created
Controller/HealthCheckController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -201,6 +201,9 @@
 block discarded – undo
201 201
         return $resultItem['status'] !== 0;
202 202
     }
203 203
 
204
+    /**
205
+     * @param boolean $isOK
206
+     */
204 207
     private function logTestStatus($isOK, ArrayReporter $reporter)
205 208
     {
206 209
         if ($isOK) {
Please login to merge, or discard this patch.