Completed
Push — master ( 55920b...ebf14e )
by Tim
10:18 queued 08:55
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.