Completed
Push — master ( ad4c83...8a8b66 )
by Tim
07:40 queued 06:22
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.