Completed
Pull Request — feature/acceptance-tests (#191)
by Michiel
02:42 queued 58s
created
tests/src/Repository/SamlEntityRepository.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -22,6 +22,10 @@
 block discarded – undo
22 22
         $this->connection = $connection;
23 23
     }
24 24
 
25
+    /**
26
+     * @param string $entityId
27
+     * @param string $certificate
28
+     */
25 29
     public function createSp($entityId, $certificate, $sfoEnabled = false)
26 30
     {
27 31
         $uuid = Uuid::uuid4()->toString();
Please login to merge, or discard this patch.