Completed
Push — master ( cda2b7...5f33af )
by Tim
04:57 queued 03:39
created
lib/TestSuite.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     private $tests = null;
9 9
 
10 10
     /**
11
-     * @param sspmod_monitor_Monitor $monitor
11
+     * @param Monitor $monitor
12 12
      */
13 13
     public function __construct($monitor, $input)
14 14
     {
Please login to merge, or discard this patch.
lib/TestCase.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -29,6 +29,10 @@
 block discarded – undo
29 29
     /*
30 30
      * @return void
31 31
      */
32
+
33
+    /**
34
+     * @param TestSuite $testsuite
35
+     */
32 36
     private function setTestSuite($testsuite)
33 37
     {
34 38
         assert($testsuite instanceof TestSuite);
Please login to merge, or discard this patch.