Completed
Push — master ( c7e16e...2a4315 )
by Nicolaas
01:47
created
code/api/PermissionProviderFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -3,6 +3,9 @@
 block discarded – undo
3 3
 
4 4
 class PermissionProviderFactory extends Object
5 5
 {
6
+    /**
7
+     * @param string $email
8
+     */
6 9
     public function CreateDefaultMember($email, $firstName = '', $surname = '', $password = '')
7 10
     {
8 11
         $filter = array('Email' => $email);
Please login to merge, or discard this patch.