Completed
Push — master ( a6b9d3...55920b )
by Tim
09:21 queued 07:58
created
lib/TestCase.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -27,6 +27,10 @@
 block discarded – undo
27 27
     /*
28 28
      * @return void
29 29
      */
30
+
31
+    /**
32
+     * @param sspmod_monitor_TestSuite $testsuite
33
+     */
30 34
     private function setTestSuite($testsuite)
31 35
     {
32 36
         assert(is_a($testsuite, 'sspmod_monitor_TestSuite'));
Please login to merge, or discard this patch.