Completed
Pull Request — feature/acceptance-tests (#191)
by Michiel
03:43 queued 01:49
created
tests/src/Repository/SamlEntityRepository.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -23,6 +23,10 @@
 block discarded – undo
23 23
         $this->connection = $connection;
24 24
     }
25 25
 
26
+    /**
27
+     * @param string $entityId
28
+     * @param string $certificate
29
+     */
26 30
     public function createSpIfNotExists($entityId, $certificate, $sfoEnabled = false)
27 31
     {
28 32
         // Does the SP exist?
Please login to merge, or discard this patch.