Completed
Push — master ( e93afc...77b90b )
by Tim
15:46 queued 14:18
created
lib/TestCase/Cert/File.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -10,6 +10,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
lib/TestCaseFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,8 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.