You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Api/Groups.php
+7-8
Original file line number
Diff line number
Diff line change
@@ -986,17 +986,16 @@ public function deleteDeployToken($group_id, int $token_id)
986
986
* @param int|string $id
987
987
* @param array $parameters {
988
988
*
989
-
* @var string $scope The scope to search in
990
-
* @var string $search The search query
991
-
* @var string $state Filter by state. Issues and merge requests are supported; it is ignored for other scopes.
992
-
* @var bool $confidential Filter by confidentiality. Issues scope is supported; it is ignored for other scopes.
993
-
* @var string $order_by Allowed values are created_at only. If this is not set, the results are either sorted by created_at in descending order for basic search, or by the most relevant documents when using advanced search.
994
-
* @var string $sort Return projects sorted in asc or desc order (default is desc)
989
+
* @var string $scope The scope to search in
990
+
* @var string $search The search query
991
+
* @var string $state Filter by state. Issues and merge requests are supported; it is ignored for other scopes.
992
+
* @var bool $confidential Filter by confidentiality. Issues scope is supported; it is ignored for other scopes.
993
+
* @var string $order_by Allowed values are created_at only. If this is not set, the results are either sorted by created_at in descending order for basic search, or by the most relevant documents when using advanced search.
994
+
* @var string $sort Return projects sorted in asc or desc order (default is desc)
995
995
* }
996
996
*
997
997
* @throws UndefinedOptionsException If an option name is undefined
998
-
* @throws InvalidOptionsException If an option doesn't fulfill the
999
-
* specified validation rules
998
+
* @throws InvalidOptionsException If an option doesn't fulfill the specified validation rules
Copy file name to clipboardExpand all lines: src/Api/Projects.php
+9-11
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,7 @@ class Projects extends AbstractApi
53
53
* }
54
54
*
55
55
* @throws UndefinedOptionsException If an option name is undefined
56
-
* @throws InvalidOptionsException If an option doesn't fulfill the
57
-
* specified validation rules
56
+
* @throws InvalidOptionsException If an option doesn't fulfill the specified validation rules
58
57
*
59
58
* @return mixed
60
59
*/
@@ -1786,18 +1785,17 @@ public function deleteProtectedTag($project_id, string $tag_name)
1786
1785
* @param int|string $id
1787
1786
* @param array $parameters {
1788
1787
*
1789
-
* @var string $scope The scope to search in
1790
-
* @var string $search The search query
1791
-
* @var string $state Filter by state. Issues and merge requests are supported; it is ignored for other scopes.
1792
-
* @var string $ref The name of a repository branch or tag to search on. The project’s default branch is used by default. Applicable only for scopes blobs, commits, and wiki_blobs.
1793
-
* @var bool $confidential Filter by confidentiality. Issues scope is supported; it is ignored for other scopes.
1794
-
* @var string $order_by Allowed values are created_at only. If this is not set, the results are either sorted by created_at in descending order for basic search, or by the most relevant documents when using advanced search.
1795
-
* @var string $sort Return projects sorted in asc or desc order (default is desc)
1788
+
* @var string $scope The scope to search in
1789
+
* @var string $search The search query
1790
+
* @var string $state Filter by state. Issues and merge requests are supported; it is ignored for other scopes.
1791
+
* @var string $ref The name of a repository branch or tag to search on. The project’s default branch is used by default. Applicable only for scopes blobs, commits, and wiki_blobs.
1792
+
* @var bool $confidential Filter by confidentiality. Issues scope is supported; it is ignored for other scopes.
1793
+
* @var string $order_by Allowed values are created_at only. If this is not set, the results are either sorted by created_at in descending order for basic search, or by the most relevant documents when using advanced search.
1794
+
* @var string $sort Return projects sorted in asc or desc order (default is desc)
1796
1795
* }
1797
1796
*
1798
1797
* @throws UndefinedOptionsException If an option name is undefined
1799
-
* @throws InvalidOptionsException If an option doesn't fulfill the
1800
-
* specified validation rules
1798
+
* @throws InvalidOptionsException If an option doesn't fulfill the specified validation rules
Copy file name to clipboardExpand all lines: src/Api/Search.php
+7-8
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,16 @@ class Search extends AbstractApi
23
23
/**
24
24
* @param array $parameters {
25
25
*
26
-
* @var string $scope The scope to search in
27
-
* @var string $search The search query
28
-
* @var string $state Filter by state. Issues and merge requests are supported; it is ignored for other scopes.
29
-
* @var bool $confidential Filter by confidentiality. Issues scope is supported; it is ignored for other scopes.
30
-
* @var string $order_by Allowed values are created_at only. If this is not set, the results are either sorted by created_at in descending order for basic search, or by the most relevant documents when using advanced search.
31
-
* @var string $sort Return projects sorted in asc or desc order (default is desc)
26
+
* @var string $scope The scope to search in
27
+
* @var string $search The search query
28
+
* @var string $state Filter by state. Issues and merge requests are supported; it is ignored for other scopes.
29
+
* @var bool $confidential Filter by confidentiality. Issues scope is supported; it is ignored for other scopes.
30
+
* @var string $order_by Allowed values are created_at only. If this is not set, the results are either sorted by created_at in descending order for basic search, or by the most relevant documents when using advanced search.
31
+
* @var string $sort Return projects sorted in asc or desc order (default is desc)
32
32
* }
33
33
*
34
34
* @throws UndefinedOptionsException If an option name is undefined
35
-
* @throws InvalidOptionsException If an option doesn't fulfill the
36
-
* specified validation rules
35
+
* @throws InvalidOptionsException If an option doesn't fulfill the specified validation rules
0 commit comments