@@ -107,199 +107,199 @@ public static function createWithHttpClient(ClientInterface $httpClient)
107
107
*/
108
108
public function deployKeys ()
109
109
{
110
- return new Api \DeployKeys ($ this , null );
110
+ return new Api \DeployKeys ($ this );
111
111
}
112
112
113
113
/**
114
114
* @return Api\Deployments
115
115
*/
116
116
public function deployments ()
117
117
{
118
- return new Api \Deployments ($ this , null );
118
+ return new Api \Deployments ($ this );
119
119
}
120
120
121
121
/**
122
122
* @return Api\Environments
123
123
*/
124
124
public function environments ()
125
125
{
126
- return new Api \Environments ($ this , null );
126
+ return new Api \Environments ($ this );
127
127
}
128
128
129
129
/**
130
130
* @return Api\Groups
131
131
*/
132
132
public function groups ()
133
133
{
134
- return new Api \Groups ($ this , null );
134
+ return new Api \Groups ($ this );
135
135
}
136
136
137
137
/**
138
138
* @return Api\GroupsBoards
139
139
*/
140
140
public function groupsBoards ()
141
141
{
142
- return new Api \GroupsBoards ($ this , null );
142
+ return new Api \GroupsBoards ($ this );
143
143
}
144
144
145
145
/**
146
146
* @return Api\GroupsMilestones
147
147
*/
148
148
public function groupsMilestones ()
149
149
{
150
- return new Api \GroupsMilestones ($ this , null );
150
+ return new Api \GroupsMilestones ($ this );
151
151
}
152
152
153
153
/**
154
154
* @return Api\IssueBoards
155
155
*/
156
156
public function issueBoards ()
157
157
{
158
- return new Api \IssueBoards ($ this , null );
158
+ return new Api \IssueBoards ($ this );
159
159
}
160
160
161
161
/**
162
162
* @return Api\IssueLinks
163
163
*/
164
164
public function issueLinks ()
165
165
{
166
- return new Api \IssueLinks ($ this , null );
166
+ return new Api \IssueLinks ($ this );
167
167
}
168
168
169
169
/**
170
170
* @return Api\Issues
171
171
*/
172
172
public function issues ()
173
173
{
174
- return new Api \Issues ($ this , null );
174
+ return new Api \Issues ($ this );
175
175
}
176
176
177
177
/**
178
178
* @return Api\IssuesStatistics
179
179
*/
180
180
public function issuesStatistics ()
181
181
{
182
- return new Api \IssuesStatistics ($ this , null );
182
+ return new Api \IssuesStatistics ($ this );
183
183
}
184
184
185
185
/**
186
186
* @return Api\Jobs
187
187
*/
188
188
public function jobs ()
189
189
{
190
- return new Api \Jobs ($ this , null );
190
+ return new Api \Jobs ($ this );
191
191
}
192
192
193
193
/**
194
194
* @return Api\Keys
195
195
*/
196
196
public function keys ()
197
197
{
198
- return new Api \Keys ($ this , null );
198
+ return new Api \Keys ($ this );
199
199
}
200
200
201
201
/**
202
202
* @return Api\MergeRequests
203
203
*/
204
204
public function mergeRequests ()
205
205
{
206
- return new Api \MergeRequests ($ this , null );
206
+ return new Api \MergeRequests ($ this );
207
207
}
208
208
209
209
/**
210
210
* @return Api\Milestones
211
211
*/
212
212
public function milestones ()
213
213
{
214
- return new Api \Milestones ($ this , null );
214
+ return new Api \Milestones ($ this );
215
215
}
216
216
217
217
/**
218
218
* @return Api\ProjectNamespaces
219
219
*/
220
220
public function namespaces ()
221
221
{
222
- return new Api \ProjectNamespaces ($ this , null );
222
+ return new Api \ProjectNamespaces ($ this );
223
223
}
224
224
225
225
/**
226
226
* @return Api\Projects
227
227
*/
228
228
public function projects ()
229
229
{
230
- return new Api \Projects ($ this , null );
230
+ return new Api \Projects ($ this );
231
231
}
232
232
233
233
/**
234
234
* @return Api\Repositories
235
235
*/
236
236
public function repositories ()
237
237
{
238
- return new Api \Repositories ($ this , null );
238
+ return new Api \Repositories ($ this );
239
239
}
240
240
241
241
/**
242
242
* @return Api\RepositoryFiles
243
243
*/
244
244
public function repositoryFiles ()
245
245
{
246
- return new Api \RepositoryFiles ($ this , null );
246
+ return new Api \RepositoryFiles ($ this );
247
247
}
248
248
249
249
/**
250
250
* @return Api\Schedules
251
251
*/
252
252
public function schedules ()
253
253
{
254
- return new Api \Schedules ($ this , null );
254
+ return new Api \Schedules ($ this );
255
255
}
256
256
257
257
/**
258
258
* @return Api\Snippets
259
259
*/
260
260
public function snippets ()
261
261
{
262
- return new Api \Snippets ($ this , null );
262
+ return new Api \Snippets ($ this );
263
263
}
264
264
265
265
/**
266
266
* @return Api\SystemHooks
267
267
*/
268
268
public function systemHooks ()
269
269
{
270
- return new Api \SystemHooks ($ this , null );
270
+ return new Api \SystemHooks ($ this );
271
271
}
272
272
273
273
/**
274
274
* @return Api\Users
275
275
*/
276
276
public function users ()
277
277
{
278
- return new Api \Users ($ this , null );
278
+ return new Api \Users ($ this );
279
279
}
280
280
281
281
/**
282
282
* @return Api\Tags
283
283
*/
284
284
public function tags ()
285
285
{
286
- return new Api \Tags ($ this , null );
286
+ return new Api \Tags ($ this );
287
287
}
288
288
289
289
/**
290
290
* @return Api\Version
291
291
*/
292
292
public function version ()
293
293
{
294
- return new Api \Version ($ this , null );
294
+ return new Api \Version ($ this );
295
295
}
296
296
297
297
/**
298
298
* @return Api\Wiki
299
299
*/
300
300
public function wiki ()
301
301
{
302
- return new Api \Wiki ($ this , null );
302
+ return new Api \Wiki ($ this );
303
303
}
304
304
305
305
/**
0 commit comments