Skip to content

Commit f557725

Browse files
committed
Use a multi-line signature that's actually legible
1 parent 096904f commit f557725

1 file changed

Lines changed: 22 additions & 4 deletions

File tree

src/Package/Issues.php

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,15 @@ public function get($user, $repo, $issueId)
195195
* @since 1.0
196196
* @throws \DomainException
197197
*/
198-
public function getList($filter = null, $state = null, $labels = null, $sort = null, $direction = null, \DateTimeInterface $since = null,
199-
$page = 0, $limit = 0
198+
public function getList(
199+
$filter = null,
200+
$state = null,
201+
$labels = null,
202+
$sort = null,
203+
$direction = null,
204+
\DateTimeInterface $since = null,
205+
$page = 0,
206+
$limit = 0
200207
)
201208
{
202209
// Build the request path.
@@ -257,8 +264,19 @@ public function getList($filter = null, $state = null, $labels = null, $sort = n
257264
* @since 1.0
258265
* @throws \DomainException
259266
*/
260-
public function getListByRepository($user, $repo, $milestone = null, $state = null, $assignee = null, $mentioned = null, $labels = null,
261-
$sort = null, $direction = null, \DateTimeInterface $since = null, $page = 0, $limit = 0
267+
public function getListByRepository(
268+
$user,
269+
$repo,
270+
$milestone = null,
271+
$state = null,
272+
$assignee = null,
273+
$mentioned = null,
274+
$labels = null,
275+
$sort = null,
276+
$direction = null,
277+
\DateTimeInterface $since = null,
278+
$page = 0,
279+
$limit = 0
262280
)
263281
{
264282
// Build the request path.

0 commit comments

Comments
 (0)