@@ -7,6 +7,9 @@ |
||
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')); |