Completed
Push — feature/remote-vetting-match-l... ( ce2875 )
by
unknown
01:47
created
Service/RemoteVetting/Encryption/IdentityFilesystemWriter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -43,6 +43,9 @@
 block discarded – undo
43 43
         file_put_contents($fileName, $data."\n");
44 44
     }
45 45
 
46
+    /**
47
+     * @return string
48
+     */
46 49
     private function createFileName($location)
47 50
     {
48 51
         $fileName = uniqid('identity_', true);
Please login to merge, or discard this patch.