Passed
Push — master ( 55cb94...e32a81 )
by Antonio Carlos
03:43
created
src/Support/Traits/Database.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -47,6 +47,9 @@
 block discarded – undo
47 47
         return config('health.database.enabled');
48 48
     }
49 49
 
50
+    /**
51
+     * @param \PragmaRX\Health\Support\Target $target
52
+     */
50 53
     protected function saveResultsToDatabase($target, $result)
51 54
     {
52 55
         $model = config('health.database.model', HealthCheck::class);
Please login to merge, or discard this patch.