Completed
Push — master ( 4fc51c...afc86c )
by Tim
15:50 queued 10:08
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/File.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
 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
     {
Please login to merge, or discard this patch.