Completed
Push — master ( daf6aa...961f23 )
by Tim
02:53 queued 01:31
created
lib/TestSuite.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
lib/TestCase/Cert/Data.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 class Data extends \SimpleSAML\Module\monitor\TestCase\Cert
6 6
 {
7 7
     /**
8
-     * @param sspmod_monitor_TestSuite $testsuite
8
+     * @param \SimpleSAML\Module\monitor\TestSuite\Metadata $testsuite
9 9
      */
10 10
     public function __construct($testsuite, $input)
11 11
     {
Please login to merge, or discard this patch.