@@ -10,6 +10,7 @@ |
||
10 | 10 | /** |
11 | 11 | * @param TestSuiteFactory $testData |
12 | 12 | * @param TestData $testData |
13 | + * @param \SimpleSAML\Module\monitor\TestSuite\Configuration $testsuite |
|
13 | 14 | */ |
14 | 15 | public function __construct($testsuite, $testData) |
15 | 16 | { |
@@ -20,8 +20,8 @@ |
||
20 | 20 | private $subject = null; |
21 | 21 | |
22 | 22 | /** |
23 | - * @param TestSuiteFactory $testSuite|null |
|
24 | - * @param TestData $testData|null |
|
23 | + * @param TestSuiteFactory $testSuite |
|
24 | + * @param TestData $testData |
|
25 | 25 | */ |
26 | 26 | public function __construct($testSuite = null, $testData = null) |
27 | 27 | { |