@@ -305,37 +305,6 @@ public function members($project_id, $parameters = [])
305305        return  $ this get ($ this getProjectPath ($ project_id'members ' ), $ resolverresolve ($ parameters
306306    }
307307
308-     /** 
309-      * @param int $project_id 
310-      * @param array $parameters ( 
311-      * 
312-      *     @var string $query           The query you want to search members for. 
313-      * ) 
314-      * 
315-      * @throws MissingOptionsException  If a required option is not provided 
316-      * 
317-      * @return mixed 
318-      */ 
319-     public  function  membersAll ($ project_id$ parameters
320-     {
321-         if  (!is_array ($ parameters
322-             @trigger_error ("Deprecated: String parameter of the members() function is deprecated. " , E_USER_NOTICE );
323-             $ username_query$ parameters
324-             $ parametersarray ();
325-             if  (!empty ($ username_query
326-                 $ parameters'query ' ] = $ username_query
327-             }
328-         }
329- 
330-         $ resolver$ this createOptionsResolver ();
331- 
332-         $ resolversetDefined ('query ' )
333-             ->setAllowedTypes ('query ' , 'string ' )
334-         ;
335- 
336-         return  $ this get ($ this getProjectPath ($ project_id'members/all ' ), $ resolverresolve ($ parameters
337-     }
338- 
339308    /** 
340309     * @param int $project_id 
341310     * @param int $user_id 
@@ -811,7 +780,7 @@ public function deployment($project_id, $deployment_id)
811780    {
812781        return  $ this get ($ this getProjectPath ($ project_id'deployments/ ' .$ this encodePath ($ deployment_id
813782    }
814- 
783+      
815784    /** 
816785     * @param mixed $project_id 
817786     * @param array $parameters 
@@ -839,7 +808,7 @@ public function addShare($project_id, array $parameters = [])
839808
840809        return  $ this post ($ this getProjectPath ($ project_id'share ' ), $ resolverresolve ($ parameters
841810    }
842- 
811+      
843812    /** 
844813     * @param mixed $project_id 
845814     * @param int $group_id 
0 commit comments