@@ -8,7 +8,7 @@ |
||
| 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 | { |
@@ -5,7 +5,7 @@ |
||
| 5 | 5 | final class File extends Data |
| 6 | 6 | { |
| 7 | 7 | /** |
| 8 | - * @param sspmod_monitor_TestSuite_Configuration $testsuite |
|
| 8 | + * @param \SimpleSAML\Module\monitor\TestSuite\Configuration $testsuite |
|
| 9 | 9 | */ |
| 10 | 10 | public function __construct($testsuite, $input) |
| 11 | 11 | { |