Completed
Push — master ( 4b1b28...f4719e )
by Tim
42:40 queued 41:11
created
lib/TestSuite.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -7,6 +7,9 @@
 block discarded – undo
7 7
     private $monitor = null;
8 8
     private $tests = null;
9 9
 
10
+    /**
11
+     * @param sspmod_monitor_Monitor $monitor
12
+     */
10 13
     public function __construct($monitor, $input)
11 14
     {
12 15
         assert(is_a($monitor, 'sspmod_monitor_Monitor'));
Please login to merge, or discard this patch.